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

A shape associated with an orientation.
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
CollisionShape ConvexShape
Orientation Microsoft.Xna.Framework.Quaternion

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

Метод Описание
OrientedConvexShapeEntry ( ConvexShape shape ) : System

Constructs a new entry with identity orientation.

OrientedConvexShapeEntry ( Microsoft.Xna.Framework.Quaternion orientation, ConvexShape shape ) : System

Constructs a new entry.

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

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

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

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

Constructs a new entry.
public OrientedConvexShapeEntry ( Microsoft.Xna.Framework.Quaternion orientation, ConvexShape shape ) : System
orientation Microsoft.Xna.Framework.Quaternion Orientation of the entry.
shape ConvexShape Shape of the entry.
Результат System

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

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

The entry's shape.
public ConvexShape,BEPUphysics.CollisionShapes.ConvexShapes CollisionShape
Результат ConvexShape

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

The entry's orientation.
public Quaternion,Microsoft.Xna.Framework Orientation
Результат Microsoft.Xna.Framework.Quaternion