C# Class idTech4.Math.idAngles

Afficher le fichier Open project: iainmckay/idtech4.net Class Usage Examples

Méthodes publiques

Свойство Type Description
Pitch float
Roll float
Yaw float

Méthodes publiques

Méthode 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 méthode

public Get ( int index ) : float
index int
Résultat float

Set() public méthode

public Set ( int index, float value ) : void
index int
value float
Résultat void

ToMatrix() public méthode

public ToMatrix ( ) : Matrix
Résultat Matrix

ToString() public méthode

public ToString ( ) : string
Résultat string

idAngles() public méthode

public idAngles ( float pitch, float yaw, float roll ) : System
pitch float
yaw float
roll float
Résultat System

operator() public static méthode

public static operator ( ) : idAngles
Résultat idAngles

Property Details

Pitch public_oe property

public float Pitch
Résultat float

Roll public_oe property

public float Roll
Résultat float

Yaw public_oe property

public float Yaw
Résultat float