Infohazard.HyperNav 1.1.5
3D Navigation for Flying Characters
Loading...
Searching...
No Matches
Infohazard.HyperNav.SplinePoint Struct Reference

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...
 

Detailed Description

Represents a point on a spline and the segment that starts with it.

Member Data Documentation

◆ FromVolume

long Infohazard.HyperNav.SplinePoint.FromVolume

Volume that leads to the control point.

◆ Position

float4 Infohazard.HyperNav.SplinePoint.Position

Position of the control point.

◆ PositionMatrix

float4x4 Infohazard.HyperNav.SplinePoint.PositionMatrix

Matrix to multiply by a time vector along the segment to get a position.

◆ Tangent

float4 Infohazard.HyperNav.SplinePoint.Tangent

Tangent of the control point.

◆ TangentMatrix

float4x4 Infohazard.HyperNav.SplinePoint.TangentMatrix

Matrix to multiply by a time vector along the segment to get a tangent.

◆ ToVolume

long Infohazard.HyperNav.SplinePoint.ToVolume

Volume that the control point leads to.


The documentation for this struct was generated from the following file: