8 Nov
2022
8 Nov
'22
2:34 p.m.
-------- Confused Software Intermission We may or may not return after this brief intermission about confused algorithms! When coding a triangle, it may involve 3 points. struct point { float x, y; }; struct triangle { point a, b, c; };