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

btConvexTriangleMeshShape

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

Declaration

Source position: gracollisionshapes.pas line 382

type btConvexTriangleMeshShape = class(btPolyhedralConvexAabbCachingShape)

  m_stridingMesh: btStridingMeshInterface;

  

public

  constructor Create(); overload;

  

  function getMeshInterface;

  

  function localGetSupportingVertex(); override;

  

  function localGetSupportingVertexWithoutMargin(); override;

  

  procedure batchedUnitVectorGetSupportingVertexWithoutMargin(); override;

  

  function getName;

  

  function getNumVertices; override;

  

  function getNumEdges; override;

  

  procedure getEdge(); override;

  

  procedure getVertex(); override;

  

  function getNumPlanes; override;

  

  procedure getPlane(); override;

  

  function isInside(); override;

  

  procedure setLocalScaling(); override;

  

  function getLocalScaling; override;

  

end;

Inheritance

btConvexTriangleMeshShape

  

|

btPolyhedralConvexAabbCachingShape

  

|

btPolyhedralConvexShape

  

|

btConvexInternalShape

  

|

btConvexShape

  

|

btCollisionShape

  

|

TObject



CT Web help

CodeTyphon Studio