C# Class Box2DX.Collision.OBB

Show file Open project: danielpcox/Crisis-at-Swiss-Station Class Usage Examples

Public Properties

Property Type Description
Center Box2DX.Common.Vec2
Extents Box2DX.Common.Vec2
R Box2DX.Common.Mat22

Property Details

Center public property

The local centroid.
public Vec2,Box2DX.Common Center
return Box2DX.Common.Vec2

Extents public property

The half-widths.
public Vec2,Box2DX.Common Extents
return Box2DX.Common.Vec2

R public property

The rotation matrix.
public Mat22,Box2DX.Common R
return Box2DX.Common.Mat22