awulkiew / graphical-debugging

Graphical Debugging extension for Visual Studio
MIT License
150 stars 24 forks source link

Add support for more primitives #26

Open awulkiew opened 4 years ago

awulkiew commented 4 years ago

(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.

Ok23 commented 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. Wykobi Computational Geometry Library

From Wykoby http://www.wykobi.com/tutorial.html#TheLineType

awulkiew commented 4 years ago

Ok, I added it to the list. I also added Wykobi here: https://github.com/awulkiew/graphical-debugging/issues/25

awulkiew commented 3 years ago

Segment, Ray and Line were added in v0.33. See: https://github.com/awulkiew/graphical-debugging/blob/v0.33/examples/cpp.xml#L131-L177