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

btTriangleShape

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

Declaration

Source position: gracollisionshapes.pas line 507

type btTriangleShape = class(btPolyhedralConvexShape)

public

  function getNumVertices; override;

  

  function getVertexPtr();

  

  procedure getVertex(); override;

  

  function getNumEdges; override;

  

  procedure getEdge(); override;

  

  procedure getAabb(); override;

  

  function localGetSupportingVertexWithoutMargin(); override;

  

  procedure batchedUnitVectorGetSupportingVertexWithoutMargin(); override;

  

  constructor Create();

  

  procedure getPlane(); override;

  

  function getNumPlanes; override;

  

  procedure calcNormal();

  

  procedure getPlaneEquation();

  

  procedure calculateLocalInertia(); override;

  

  function isInside(); override;

  

  function getName; virtual;

  

  function getNumPreferredPenetrationDirections; override;

  

  procedure getPreferredPenetrationDirection(); override;

  

  function getIndex(); override;

  

end;

Inheritance

btTriangleShape

  

|

btPolyhedralConvexShape

  

|

btConvexInternalShape

  

|

btConvexShape

  

|

btCollisionShape

  

|

TObject



CT Web help

CodeTyphon Studio