Open awulkiew opened 4 years ago
The Line Type Line type, which is a 1 dimensional entity of infinite length that is described by two points within its present dimension.
From Wykoby http://www.wykobi.com/tutorial.html#TheLineType
Ok, I added it to the list. I also added Wykobi here: https://github.com/awulkiew/graphical-debugging/issues/25
Segment, Ray and Line were added in v0.33. See: https://github.com/awulkiew/graphical-debugging/blob/v0.33/examples/cpp.xml#L131-L177
(1) may be defined by 2 points (2) may be defined by point and angle (3) may be defined by point and direction (4) may be defined by line equation
(C) cartesian (G) geographic (S) spherical equatorial
Geodesic could also be defined as InfiniteLine in G and S.