C# Class Jitter.Collision.Shapes.CompoundShape.TransformedShape

Holds a 'sub' shape and it's transformation. This TransformedShape can be added to the CompoundShape
Show file Open project: tpb3d/TPB3D Class Usage Examples

Public Methods

Method Description
TransformedShape ( Shape shape, Jitter.LinearMath.JMatrix orientation, Jitter.LinearMath.JVector position ) : System

Creates a new instance of the TransformedShape struct.

Method Details

TransformedShape() public method

Creates a new instance of the TransformedShape struct.
public TransformedShape ( Shape shape, Jitter.LinearMath.JMatrix orientation, Jitter.LinearMath.JVector position ) : System
shape Shape The shape.
orientation Jitter.LinearMath.JMatrix The orientation this shape should have.
position Jitter.LinearMath.JVector The position this shape should have.
return System