C# Класс BEPUphysics.CollisionShapes.ConvexShapes.ConvexShapeEntry

Convex shape entry to a WrappedShape.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
CollisionShape ConvexShape
Transform BEPUutilities.RigidTransform

Открытые методы

Метод Описание
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.

Описание методов

ConvexShapeEntry() публичный Метод

Constructs a convex shape entry with identity transformation.
public ConvexShapeEntry ( ConvexShape shape ) : System
shape ConvexShape Shape of the entry.
Результат System

ConvexShapeEntry() публичный Метод

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.
Результат System

ConvexShapeEntry() публичный Метод

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.
Результат System

ConvexShapeEntry() публичный Метод

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.
Результат System

Описание свойств

CollisionShape публичное свойство

Convex shape of the entry.
public ConvexShape,BEPUphysics.CollisionShapes.ConvexShapes CollisionShape
Результат ConvexShape

Transform публичное свойство

Local transform of the entry.
public RigidTransform,BEPUutilities Transform
Результат BEPUutilities.RigidTransform