C# 클래스 Jitter.Dynamics.SoftBody.MassPoint

상속: RigidBody
파일 보기 프로젝트 열기: tpb3d/TPB3D

공개 메소드들

메소드 설명
MassPoint ( Shape shape, SoftBody owner, Material material ) : System
SetMassProperties ( ) : void
SetMassProperties ( Jitter.LinearMath.JMatrix inertia, float mass, bool setAsInverseValues ) : void
Update ( ) : void

메소드 상세

MassPoint() 공개 메소드

public MassPoint ( Shape shape, SoftBody owner, Material material ) : System
shape Jitter.Collision.Shapes.Shape
owner SoftBody
material Material
리턴 System

SetMassProperties() 공개 메소드

public SetMassProperties ( ) : void
리턴 void

SetMassProperties() 공개 메소드

public SetMassProperties ( Jitter.LinearMath.JMatrix inertia, float mass, bool setAsInverseValues ) : void
inertia Jitter.LinearMath.JMatrix
mass float
setAsInverseValues bool
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void