-------- 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;
};
Undescribed Horrific Abuse, One Victim & Survivor of Many Tue, 08 Nov 2022 06:34:26 -0800
-------- 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;
};