C# Class SharpMath.AngleAxis

Afficher le fichier Open project: Patapom/GodComplex Class Usage Examples

Méthodes publiques

Свойство Type Description
Angle float
Axis float3

Méthodes publiques

Méthode Description
AngleAxis ( ) : System
AngleAxis ( AngleAxis _aa ) : System
AngleAxis ( Quat _q ) : System
AngleAxis ( float _f ) : System
AngleAxis ( float _angle, float _x, float _y, float _z ) : System
AngleAxis ( float _angle, float3 _axis ) : System
GetRevNum ( ) : int
IsNormalized ( ) : bool
IsTooSmall ( ) : bool
Magnitude ( ) : float
Normalize ( ) : void
Set ( float _fAngle, float _x, float _y, float _z ) : void
Set ( float _fAngle, float3 _Axis ) : void
SetRevNum ( int _RevCount ) : void
SquareMagnitude ( ) : float
Zero ( ) : void
operator ( ) : AngleAxis
operator ( ) : bool

Method Details

AngleAxis() public méthode

public AngleAxis ( ) : System
Résultat System

AngleAxis() public méthode

public AngleAxis ( AngleAxis _aa ) : System
_aa AngleAxis
Résultat System

AngleAxis() public méthode

public AngleAxis ( Quat _q ) : System
_q Quat
Résultat System

AngleAxis() public méthode

public AngleAxis ( float _f ) : System
_f float
Résultat System

AngleAxis() public méthode

public AngleAxis ( float _angle, float _x, float _y, float _z ) : System
_angle float
_x float
_y float
_z float
Résultat System

AngleAxis() public méthode

public AngleAxis ( float _angle, float3 _axis ) : System
_angle float
_axis float3
Résultat System

GetRevNum() public méthode

public GetRevNum ( ) : int
Résultat int

IsNormalized() public méthode

public IsNormalized ( ) : bool
Résultat bool

IsTooSmall() public méthode

public IsTooSmall ( ) : bool
Résultat bool

Magnitude() public méthode

public Magnitude ( ) : float
Résultat float

Normalize() public méthode

public Normalize ( ) : void
Résultat void

Set() public méthode

public Set ( float _fAngle, float _x, float _y, float _z ) : void
_fAngle float
_x float
_y float
_z float
Résultat void

Set() public méthode

public Set ( float _fAngle, float3 _Axis ) : void
_fAngle float
_Axis float3
Résultat void

SetRevNum() public méthode

public SetRevNum ( int _RevCount ) : void
_RevCount int
Résultat void

SquareMagnitude() public méthode

public SquareMagnitude ( ) : float
Résultat float

Zero() public méthode

public Zero ( ) : void
Résultat void

operator() public static méthode

public static operator ( ) : AngleAxis
Résultat AngleAxis

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

Angle public_oe property

public float Angle
Résultat float

Axis public_oe property

public float3,SharpMath Axis
Résultat float3