Infohazard.HyperNav 1.1.5
3D Navigation for Flying Characters
|
Represents a point on a spline and the segment that starts with it. More...
Public Attributes | |
float4 | Position |
Position of the control point. More... | |
float4 | Tangent |
Tangent of the control point. More... | |
float4x4 | PositionMatrix |
Matrix to multiply by a time vector along the segment to get a position. More... | |
float4x4 | TangentMatrix |
Matrix to multiply by a time vector along the segment to get a tangent. More... | |
long | FromVolume |
Volume that leads to the control point. More... | |
long | ToVolume |
Volume that the control point leads to. More... | |
Represents a point on a spline and the segment that starts with it.
long Infohazard.HyperNav.SplinePoint.FromVolume |
Volume that leads to the control point.
float4 Infohazard.HyperNav.SplinePoint.Position |
Position of the control point.
float4x4 Infohazard.HyperNav.SplinePoint.PositionMatrix |
Matrix to multiply by a time vector along the segment to get a position.
float4 Infohazard.HyperNav.SplinePoint.Tangent |
Tangent of the control point.
float4x4 Infohazard.HyperNav.SplinePoint.TangentMatrix |
Matrix to multiply by a time vector along the segment to get a tangent.
long Infohazard.HyperNav.SplinePoint.ToVolume |
Volume that the control point leads to.