triangle is made by 3 points and 3 lines Add star Undescribed Horrific Abuse, One Victim & Survivor of Many<gmkarl@gmail.com> Sat, Oct 15, 2022 at 11:04 AM To: cypherpunks <cypherpunks@lists.cpunks.org> Reply | Reply to all | Forward | Print | Delete | Show original struct point: float x,y,z,w,othercoords Add star Undescribed Horrific Abuse, One Victim & Survivor of Many<gmkarl@gmail.com> Sat, Oct 15, 2022 at 11:05 AM To: cypherpunks <cypherpunks@lists.cpunks.org> Reply | Reply to all | Forward | Print | Delete | Show original struct line: point ends[2] Add star Undescribed Horrific Abuse, One Victim & Survivor of Many<gmkarl@gmail.com> Sat, Oct 15, 2022 at 11:05 AM To: cypherpunks <cypherpunks@lists.cpunks.org> Reply | Reply to all | Forward | Print | Delete | Show original a triangle is a closed polygon or sequence of end-to-end line segments. it has 3. it cab be filled. Add star Undescribed Horrific Abuse, One Victim & Survivor of Many<gmkarl@gmail.com> Sat, Oct 15, 2022 at 11:06 AM To: cypherpunks <cypherpunks@lists.cpunks.org> Reply | Reply to all | Forward | Print | Delete | Show original often nowadays i think of a 3d triangle or tetrahedron. this is a solid with four triangles touching as its faces. it can be hollow or filled as well. Add star Undescribed Horrific Abuse, One Victim & Survivor of Many<gmkarl@gmail.com> Sat, Oct 15, 2022 at 11:07 AM To: cypherpunks <cypherpunks@lists.cpunks.org> Reply | Reply to all | Forward | Print | Delete | Show original you can also have higher dimensional triangles and the n+1 pattern continues Add star Undescribed Horrific Abuse, One Victim & Survivor of Many<gmkarl@gmail.com> Sat, Oct 15, 2022 at 11:08 AM To: cypherpunks <cypherpunks@lists.cpunks.org> Reply | Reply to all | Forward | Print | Delete | Show original a filled triangle in a grid may be made horizontal lines because memory locality and data representation Add star Undescribed Horrific Abuse, One Victim & Survivor of Many<gmkarl@gmail.com> Sat, Oct 15, 2022 at 11:08 AM To: cypherpunks <cypherpunks@lists.cpunks.org> Reply | Reply to all | Forward | Print | Delete | Show original triangles look something like this: /_\ Add star Undescribed Horrific Abuse, One Victim & Survivor of Many<gmkarl@gmail.com> Sat, Oct 15, 2022 at 11:09 AM To: cypherpunks <cypherpunks@lists.cpunks.org> Reply | Reply to all | Forward | Print | Delete | Show original you can also ascii them with point downward: \/ (imagine top line) or right triangle maybe |_\ Add star Undescribed Horrific Abuse, One Victim & Survivor of Many<gmkarl@gmail.com> Sat, Oct 15, 2022 at 11:10 AM To: cypherpunks <cypherpunks@lists.cpunks.org> Reply | Reply to all | Forward | Print | Delete | Show original draw horizontal l8nes for triangle one idea is break the triangleinto two right triangles Add star Undescribed Horrific Abuse, One Victim & Survivor of Many<gmkarl@gmail.com> Sat, Oct 15, 2022 at 11:11 AM To: cypherpunks <cypherpunks@lists.cpunks.org> Reply | Reply to all | Forward | Print | Delete | Show original maybe can optimize later, to put in …