C# Class Fuji.MFVector

Afficher le fichier Open project: TurkeyMan/fuji Class Usage Examples

Méthodes publiques

Свойство Type Description
forward MFVector
identity MFVector
one MFVector
right MFVector
up MFVector
x float
zero MFVector

Méthodes publiques

Méthode Description
MFVector ( MFVector xyz, float w ) : System
MFVector ( float f ) : System
MFVector ( float x, float y, float z, float w ) : System

Method Details

MFVector() public méthode

public MFVector ( MFVector xyz, float w ) : System
xyz MFVector
w float
Résultat System

MFVector() public méthode

public MFVector ( float f ) : System
f float
Résultat System

MFVector() public méthode

public MFVector ( float x, float y, float z, float w ) : System
x float
y float
z float
w float
Résultat System

Property Details

forward public_oe static_oe property

public static MFVector,Fuji forward
Résultat MFVector

identity public_oe static_oe property

public static MFVector,Fuji identity
Résultat MFVector

one public_oe static_oe property

public static MFVector,Fuji one
Résultat MFVector

right public_oe static_oe property

public static MFVector,Fuji right
Résultat MFVector

up public_oe static_oe property

public static MFVector,Fuji up
Résultat MFVector

x public_oe property

public float x
Résultat float

zero public_oe static_oe property

public static MFVector,Fuji zero
Résultat MFVector