Bexel Manager API Documentation
|
Represents a segment in 3-dimensional space. More...
Public Member Functions | |
float | GetLength () |
Retrieves the length of the segment. More... | |
float | GetLengthSquared () |
Retrieves the squared length of the segment. More... | |
Properties | |
Vector3D | A [get] |
Returns the start point of the segment. More... | |
Vector3D | B [get] |
Returns the end point of the segment. More... | |
Represents a segment in 3-dimensional space.
float Bexel.Api.Segment3D.GetLength | ( | ) |
Retrieves the length of the segment.
float Bexel.Api.Segment3D.GetLengthSquared | ( | ) |
Retrieves the squared length of the segment.
|
get |
Returns the start point of the segment.
|
get |
Returns the end point of the segment.