Segment3 Type
Represents a 2D segment. Copied from - https://github.com/MonoGame/MonoGame/blob/v2.8/MonoGame.Framework/Ray.cs - and converted to Segment3.
Constructors
Constructor | Description |
|
Instance members
Instance member | Description |
|
|
|
|
Full Usage:
this.Length
Returns: float32
|
The length of the segment.
|
Full Usage:
this.LengthSquared
Returns: float32
|
The squared length of the segment.
|
|
The normal of the segment.
|
|
|
|
|
|
The vector of the segment.
|
Static members
Static member | Description |