C# Class Box2D.Common.Rot

Datei anzeigen Open project: gerich-home/box2dnet Class Usage Examples

Public Methods

Method Description
Clone ( ) : Rot
GetXAxis ( Vec2 xAxis ) : void
GetYAxis ( Vec2 yAxis ) : void
Mul ( Rot q, Rot r, Rot result ) : void
MulToOut ( Rot q, Vec2 v, Vec2 result ) : void
MulToOutUnsafe ( Rot q, Vec2 v, Vec2 result ) : void
MulTrans ( Rot q, Rot r, Rot result ) : void
MulTrans ( Rot q, Vec2 v, Vec2 result ) : void
MulTransUnsafe ( Rot q, Rot r, Rot result ) : void
MulTransUnsafe ( Rot q, Vec2 v, Vec2 result ) : void
MulUnsafe ( Rot q, Rot r, Rot result ) : void
Rot ( ) : System
Rot ( float angle ) : System
Set ( Rot other ) : Rot
Set ( float angle ) : Rot
SetIdentity ( ) : Rot
ToString ( ) : string

Method Details

Clone() public method

public Clone ( ) : Rot
return Rot

GetXAxis() public method

public GetXAxis ( Vec2 xAxis ) : void
xAxis Vec2
return void

GetYAxis() public method

public GetYAxis ( Vec2 yAxis ) : void
yAxis Vec2
return void

Mul() public static method

public static Mul ( Rot q, Rot r, Rot result ) : void
q Rot
r Rot
result Rot
return void

MulToOut() public static method

public static MulToOut ( Rot q, Vec2 v, Vec2 result ) : void
q Rot
v Vec2
result Vec2
return void

MulToOutUnsafe() public static method

public static MulToOutUnsafe ( Rot q, Vec2 v, Vec2 result ) : void
q Rot
v Vec2
result Vec2
return void

MulTrans() public static method

public static MulTrans ( Rot q, Rot r, Rot result ) : void
q Rot
r Rot
result Rot
return void

MulTrans() public static method

public static MulTrans ( Rot q, Vec2 v, Vec2 result ) : void
q Rot
v Vec2
result Vec2
return void

MulTransUnsafe() public static method

public static MulTransUnsafe ( Rot q, Rot r, Rot result ) : void
q Rot
r Rot
result Rot
return void

MulTransUnsafe() public static method

public static MulTransUnsafe ( Rot q, Vec2 v, Vec2 result ) : void
q Rot
v Vec2
result Vec2
return void

MulUnsafe() public static method

public static MulUnsafe ( Rot q, Rot r, Rot result ) : void
q Rot
r Rot
result Rot
return void

Rot() public method

public Rot ( ) : System
return System

Rot() public method

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

Set() public method

public Set ( Rot other ) : Rot
other Rot
return Rot

Set() public method

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

SetIdentity() public method

public SetIdentity ( ) : Rot
return Rot

ToString() public method

public ToString ( ) : string
return string