Property | Type | Description | |
---|---|---|---|
Acceleration | Microsoft.DirectX.Vector3 | ||
Position | Microsoft.DirectX.Vector3 | ||
Time | double | ||
UseCustomVelocityValue | bool | ||
Velocity | Microsoft.DirectX.Vector3 |
Method | Description | |
---|---|---|
Clone ( ) : object | ||
SplinePoint ( ) : System | ||
SplinePoint ( float x, float y, float z, double time ) : System | ||
ToString ( ) : string |
public SplinePoint ( float x, float y, float z, double time ) : System | ||
x | float | |
y | float | |
z | float | |
time | double | |
return | System |
public Microsoft.DirectX.Vector3 Acceleration | ||
return | Microsoft.DirectX.Vector3 |