Unit 'graCollisionShapes' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_gravity]

btTriangleMeshShape

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: gracollisionshapes.pas line 656

type btTriangleMeshShape = class(btConcaveShape)

protected

  m_localAabbMin: btVector3;

  

  m_localAabbMax: btVector3;

  

  m_meshInterface: btStridingMeshInterface;

  

public

  constructor Create();

  

  function localGetSupportingVertex(); virtual;

  

  function localGetSupportingVertexWithoutMargin(); virtual;

  

  procedure recalcLocalAabb;

  

  procedure getAabb(); override;

  

  procedure processAllTriangles(); override;

  

  procedure calculateLocalInertia(); override;

  

  procedure setLocalScaling(); override;

  

  function getLocalScaling; override;

  

  function getMeshInterface;

  

  function getLocalAabbMin;

  

  function getName; virtual;

  

end;

Inheritance

btTriangleMeshShape

  

|

btConcaveShape

  

|

btCollisionShape

  

|

TObject



CT Web help

CodeTyphon Studio