C# Class BEPUphysics.CollisionShapes.ConvexShapes.ConvexShapeEntry

Convex shape entry to a WrappedShape.
Afficher le fichier Open project: Indiefreaks/igf Class Usage Examples

Méthodes publiques

Свойство Type Description
CollisionShape ConvexShape
Transform BEPUutilities.RigidTransform

Méthodes publiques

Méthode 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 méthode

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

ConvexShapeEntry() public méthode

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.
Résultat System

ConvexShapeEntry() public méthode

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.
Résultat System

ConvexShapeEntry() public méthode

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.
Résultat System

Property Details

CollisionShape public_oe property

Convex shape of the entry.
public ConvexShape,BEPUphysics.CollisionShapes.ConvexShapes CollisionShape
Résultat ConvexShape

Transform public_oe property

Local transform of the entry.
public RigidTransform,BEPUutilities Transform
Résultat BEPUutilities.RigidTransform