C# Class Fuji.MFVector

Show file Open project: TurkeyMan/fuji Class Usage Examples

Public Properties

Property Type Description
forward MFVector
identity MFVector
one MFVector
right MFVector
up MFVector
x float
zero MFVector

Public Methods

Method 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 method

public MFVector ( MFVector xyz, float w ) : System
xyz MFVector
w float
return System

MFVector() public method

public MFVector ( float f ) : System
f float
return System

MFVector() public method

public MFVector ( float x, float y, float z, float w ) : System
x float
y float
z float
w float
return System

Property Details

forward public static property

public static MFVector,Fuji forward
return MFVector

identity public static property

public static MFVector,Fuji identity
return MFVector

one public static property

public static MFVector,Fuji one
return MFVector

right public static property

public static MFVector,Fuji right
return MFVector

up public static property

public static MFVector,Fuji up
return MFVector

x public property

public float x
return float

zero public static property

public static MFVector,Fuji zero
return MFVector