C# Class Jitter.Dynamics.SoftBody.MassPoint

Inheritance: RigidBody
Afficher le fichier Open project: tpb3d/TPB3D

Méthodes publiques

Méthode Description
MassPoint ( Shape shape, SoftBody owner, Material material ) : System
SetMassProperties ( ) : void
SetMassProperties ( Jitter.LinearMath.JMatrix inertia, float mass, bool setAsInverseValues ) : void
Update ( ) : void

Method Details

MassPoint() public méthode

public MassPoint ( Shape shape, SoftBody owner, Material material ) : System
shape Jitter.Collision.Shapes.Shape
owner SoftBody
material Material
Résultat System

SetMassProperties() public méthode

public SetMassProperties ( ) : void
Résultat void

SetMassProperties() public méthode

public SetMassProperties ( Jitter.LinearMath.JMatrix inertia, float mass, bool setAsInverseValues ) : void
inertia Jitter.LinearMath.JMatrix
mass float
setAsInverseValues bool
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void