C# 클래스 idTech4.Geometry.idTraceModel

파일 보기 프로젝트 열기: iainmckay/idtech4.net 1 사용 예제들

공개 메소드들

메소드 설명
GetMassProperties ( float density, float &mass, Vector3 &centerOfMass, Matrix &inertiaTensor ) : void

Cylinder approximation.

Bone.

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

Axial bounding box.

비공개 메소드들

메소드 설명
AllocateTraceModel ( idTraceModel traceModel ) : int
GenerateEdgeNormals ( ) : int
GetTraceModelHashKey ( idTraceModel traceModel ) : int
InitBox ( ) : void
SetupBox ( idBounds bounds ) : void

메소드 상세

GetMassProperties() 공개 메소드

Cylinder approximation. Bone.
public GetMassProperties ( float density, float &mass, Vector3 &centerOfMass, Matrix &inertiaTensor ) : void
density float
mass float
centerOfMass Vector3
inertiaTensor Matrix
리턴 void

idTraceModel() 공개 메소드

public idTraceModel ( ) : System
리턴 System

idTraceModel() 공개 메소드

Axial bounding box.
public idTraceModel ( idBounds boxBounds ) : System
boxBounds idBounds
리턴 System