C# Class idTech4.Math.idAngles

显示文件 Open project: iainmckay/idtech4.net Class Usage Examples

Public Properties

Property Type Description
Pitch float
Roll float
Yaw float

Public Methods

Method Description
Get ( int index ) : float
Set ( int index, float value ) : void
ToMatrix ( ) : Matrix
ToString ( ) : string
idAngles ( float pitch, float yaw, float roll ) : System
operator ( ) : idAngles

Method Details

Get() public method

public Get ( int index ) : float
index int
return float

Set() public method

public Set ( int index, float value ) : void
index int
value float
return void

ToMatrix() public method

public ToMatrix ( ) : Matrix
return Matrix

ToString() public method

public ToString ( ) : string
return string

idAngles() public method

public idAngles ( float pitch, float yaw, float roll ) : System
pitch float
yaw float
roll float
return System

operator() public static method

public static operator ( ) : idAngles
return idAngles

Property Details

Pitch public_oe property

public float Pitch
return float

Roll public_oe property

public float Roll
return float

Yaw public_oe property

public float Yaw
return float