Represents a simple line
More...
Represents a simple line
Definition at line 6 of file Line.cs.
Initializes a new instance of the Line class.
- Parameters
-
point1 | The point1. |
point2 | The point2. |
Definition at line 56 of file Line.cs.
60 point1.ChevronFromPoints(point2, out this.alpha, out this.beta);
ColorPoint3D Point2
Gets or sets the point2.
ColorPoint3D Point1
Gets or sets the point1.
double SharedObjects.Line.Alpha |
|
getset |
Gets or sets the alpha chevron.
The alpha chevron.
Definition at line 34 of file Line.cs.
double SharedObjects.Line.Beta |
|
getset |
Gets or sets the beta chevron.
The beta chevron.
Definition at line 46 of file Line.cs.
Gets or sets the point1.
The point1.
Definition at line 17 of file Line.cs.
Gets or sets the point2.
The point2.
Definition at line 25 of file Line.cs.
The documentation for this class was generated from the following file:
- C:/Entwicklung/Simple3DScan/Simple3DScan/SharedObjects/Line.cs