C# Class PathVector, BezierPath

Inheritance: PathPoint
Afficher le fichier Open project: inoook/BezierPath Class Usage Examples

Méthodes publiques

Свойство Type Description
rot Quaternion
vx float
vy float
vz float

Méthodes publiques

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

Method Details

PathVector() public méthode

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
Résultat System.Collections

Property Details

rot public_oe property

public Quaternion rot
Résultat Quaternion

vx public_oe property

public float vx
Résultat float

vy public_oe property

public float vy
Résultat float

vz public_oe property

public float vz
Résultat float