C# 클래스 BEPUphysics.CollisionShapes.ShapeDistributionInformation

Contains data about the distribution of volume in a shape.
파일 보기 프로젝트 열기: Indiefreaks/igf 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Center Vector3
Volume float
VolumeDistribution BEPUutilities.Matrix3x3

프로퍼티 상세

Center 공개적으로 프로퍼티

The center of a shape.
public Vector3 Center
리턴 Vector3

Volume 공개적으로 프로퍼티

The volume of a shape.
public float Volume
리턴 float

VolumeDistribution 공개적으로 프로퍼티

The distribution of volume in a shape. This can be scaled to create an inertia tensor for a shape.
public Matrix3x3,BEPUutilities VolumeDistribution
리턴 BEPUutilities.Matrix3x3