C# Class PathVector, BezierPath

Inheritance: PathPoint
Mostra file Open project: inoook/BezierPath Class Usage Examples

Public Properties

Property Type Description
rot Quaternion
vx float
vy float
vz float

Public Methods

Method Description
PathVector ( float x, float y, float z, float vx, float vy, float vz, Quaternion rot ) : System.Collections

Method Details

PathVector() public method

public PathVector ( float x, float y, float z, float vx, float vy, float vz, Quaternion rot ) : System.Collections
x float
y float
z float
vx float
vy float
vz float
rot Quaternion
return System.Collections

Property Details

rot public_oe property

public Quaternion rot
return Quaternion

vx public_oe property

public float vx
return float

vy public_oe property

public float vy
return float

vz public_oe property

public float vz
return float