C# Class RekdEngine.UtilMath.Rotation

Show file Open project: Naronco/Rekd-Sharp Class Usage Examples

Public Properties

Property Type Description
S float

Public Methods

Method Description
GetAngle ( ) : float
GetXAxis ( ) : Vector2f
GetYAxis ( ) : Vector2f
MulT ( Vector2f v ) : Vector2f
Rotation ( float angle ) : System
Set ( float angle ) : void
SetIdentity ( ) : void
operator ( ) : Vector2f

Method Details

GetAngle() public method

public GetAngle ( ) : float
return float

GetXAxis() public method

public GetXAxis ( ) : Vector2f
return Vector2f

GetYAxis() public method

public GetYAxis ( ) : Vector2f
return Vector2f

MulT() public method

public MulT ( Vector2f v ) : Vector2f
v Vector2f
return Vector2f

Rotation() public method

public Rotation ( float angle ) : System
angle float
return System

Set() public method

public Set ( float angle ) : void
angle float
return void

SetIdentity() public method

public SetIdentity ( ) : void
return void

operator() public static method

public static operator ( ) : Vector2f
return Vector2f

Property Details

S public property

public float S
return float