C# Class SettingsCompiler.Orientation

Mostra file Open project: TheRealMJP/Shadows Class Usage Examples

Public Properties

Property Type Description
Identity Orientation
W float
X float
Y float
Z float

Public Methods

Method Description
Orientation ( float x, float y, float z, float w ) : System

Method Details

Orientation() public method

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

Property Details

Identity public_oe static_oe property

public static Orientation,SettingsCompiler Identity
return Orientation

W public_oe property

public float W
return float

X public_oe property

public float X
return float

Y public_oe property

public float Y
return float

Z public_oe property

public float Z
return float