C# 클래스 BEPUphysics.CollisionShapes.ConvexShapes.OrientedConvexShapeEntry

A shape associated with an orientation.
파일 보기 프로젝트 열기: Indiefreaks/igf 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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