C# Class BEPUphysics.CollisionShapes.ConvexShapes.ConvexShapeEntry

Convex shape entry to a WrappedShape.
Show file Open project: Indiefreaks/igf Class Usage Examples

Public Properties

Property Type Description
CollisionShape ConvexShape
Transform BEPUutilities.RigidTransform

Public Methods

Method Description
ConvexShapeEntry ( ConvexShape shape ) : System

Constructs a convex shape entry with identity transformation.

ConvexShapeEntry ( Quaternion orientation, ConvexShape shape ) : System

Constructs a convex shape entry.

ConvexShapeEntry ( RigidTransform transform, ConvexShape shape ) : System

Constructs a convex shape entry.

ConvexShapeEntry ( System.Vector3 position, ConvexShape shape ) : System

Constructs a convex shape entry.

Method Details

ConvexShapeEntry() public method

Constructs a convex shape entry with identity transformation.
public ConvexShapeEntry ( ConvexShape shape ) : System
shape ConvexShape Shape of the entry.
return System

ConvexShapeEntry() public method

Constructs a convex shape entry.
public ConvexShapeEntry ( Quaternion orientation, ConvexShape shape ) : System
orientation Quaternion Local orientation of the entry.
shape ConvexShape Shape of the entry.
return System

ConvexShapeEntry() public method

Constructs a convex shape entry.
public ConvexShapeEntry ( RigidTransform transform, ConvexShape shape ) : System
transform BEPUutilities.RigidTransform Local transform of the entry.
shape ConvexShape Shape of the entry.
return System

ConvexShapeEntry() public method

Constructs a convex shape entry.
public ConvexShapeEntry ( System.Vector3 position, ConvexShape shape ) : System
position System.Vector3 Local position of the entry.
shape ConvexShape Shape of the entry.
return System

Property Details

CollisionShape public property

Convex shape of the entry.
public ConvexShape,BEPUphysics.CollisionShapes.ConvexShapes CollisionShape
return ConvexShape

Transform public property

Local transform of the entry.
public RigidTransform,BEPUutilities Transform
return BEPUutilities.RigidTransform