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

btBoxShape

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

Declaration

Source position: gracollisionshapes.pas line 442

type btBoxShape = class(btPolyhedralConvexShape)

public

  constructor Create();

  

  function getHalfExtentsWithMargin;

  

  function getHalfExtentsWithoutMargin;

  

  function localGetSupportingVertex(); override;

  

  function localGetSupportingVertexWithoutMargin(); override;

  

  procedure batchedUnitVectorGetSupportingVertexWithoutMargin(); override;

  

  procedure setMargin(); override;

  

  procedure setLocalScaling(); override;

  

  procedure getAabb(); override;

  

  procedure calculateLocalInertia(); override;

  

  procedure getPlane(); override;

  

  function getNumPlanes; override;

  

  function getNumVertices; override;

  

  function getNumEdges; override;

  

  procedure getVertex(); override;

  

  procedure getPlaneEquation(); virtual;

  

  procedure getEdge(); override;

  

  function isInside(); override;

  

  function getName; virtual;

  

  function getNumPreferredPenetrationDirections; override;

  

  procedure getPreferredPenetrationDirection(); override;

  

  function getIndex(); override;

  

end;

Inheritance

btBoxShape

  

|

btPolyhedralConvexShape

  

|

btConvexInternalShape

  

|

btConvexShape

  

|

btCollisionShape

  

|

TObject



CT Web help

CodeTyphon Studio