We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(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.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Ok, I added it to the list. I also added Wykobi here: #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
No branches or pull requests
(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.
The text was updated successfully, but these errors were encountered: