C# 클래스 Jitter.Collision.Shapes.Shape

Represents the collision part of the RigidBody. A shape is mainly definied through it's supportmap. Shapes represent convex objects. Inherited classes have to overwrite the supportmap function. To implement you own shape: derive a class from Shape, implement the support map function and call 'UpdateShape' within the constructor. GeometricCenter, Mass, BoundingBox and Inertia is calculated numerically based on your SupportMap implementation.
상속: ISupportMappable
파일 보기 프로젝트 열기: fxredeemer/jitterphysics 1 사용 예제들