C# Class SharpMath.AngleAxis

Exibir arquivo Open project: Patapom/GodComplex Class Usage Examples

Public Properties

Property Type Description
Angle float
Axis float3

Public Methods

Method 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 method

public AngleAxis ( ) : System
return System

AngleAxis() public method

public AngleAxis ( AngleAxis _aa ) : System
_aa AngleAxis
return System

AngleAxis() public method

public AngleAxis ( Quat _q ) : System
_q Quat
return System

AngleAxis() public method

public AngleAxis ( float _f ) : System
_f float
return System

AngleAxis() public method

public AngleAxis ( float _angle, float _x, float _y, float _z ) : System
_angle float
_x float
_y float
_z float
return System

AngleAxis() public method

public AngleAxis ( float _angle, float3 _axis ) : System
_angle float
_axis float3
return System

GetRevNum() public method

public GetRevNum ( ) : int
return int

IsNormalized() public method

public IsNormalized ( ) : bool
return bool

IsTooSmall() public method

public IsTooSmall ( ) : bool
return bool

Magnitude() public method

public Magnitude ( ) : float
return float

Normalize() public method

public Normalize ( ) : void
return void

Set() public method

public Set ( float _fAngle, float _x, float _y, float _z ) : void
_fAngle float
_x float
_y float
_z float
return void

Set() public method

public Set ( float _fAngle, float3 _Axis ) : void
_fAngle float
_Axis float3
return void

SetRevNum() public method

public SetRevNum ( int _RevCount ) : void
_RevCount int
return void

SquareMagnitude() public method

public SquareMagnitude ( ) : float
return float

Zero() public method

public Zero ( ) : void
return void

operator() public static method

public static operator ( ) : AngleAxis
return AngleAxis

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Angle public_oe property

public float Angle
return float

Axis public_oe property

public float3,SharpMath Axis
return float3