C# Class idTech4.Geometry.idTraceModel

Afficher le fichier Open project: iainmckay/idtech4.net Class Usage Examples

Méthodes publiques

Méthode Description
GetMassProperties ( float density, float &mass, Vector3 &centerOfMass, Matrix &inertiaTensor ) : void

Cylinder approximation.

Bone.

idTraceModel ( ) : System
idTraceModel ( idBounds boxBounds ) : System

Axial bounding box.

Private Methods

Méthode Description
AllocateTraceModel ( idTraceModel traceModel ) : int
GenerateEdgeNormals ( ) : int
GetTraceModelHashKey ( idTraceModel traceModel ) : int
InitBox ( ) : void
SetupBox ( idBounds bounds ) : void

Method Details

GetMassProperties() public méthode

Cylinder approximation. Bone.
public GetMassProperties ( float density, float &mass, Vector3 &centerOfMass, Matrix &inertiaTensor ) : void
density float
mass float
centerOfMass Vector3
inertiaTensor Matrix
Résultat void

idTraceModel() public méthode

public idTraceModel ( ) : System
Résultat System

idTraceModel() public méthode

Axial bounding box.
public idTraceModel ( idBounds boxBounds ) : System
boxBounds idBounds
Résultat System