Property | Type | Description | |
---|---|---|---|
Pitch | float | ||
Roll | float | ||
Yaw | float |
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 ( ) : |
public idAngles ( float pitch, float yaw, float roll ) : System | ||
pitch | float | |
yaw | float | |
roll | float | |
return | System |