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

btShapeHull

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

Declaration

Source position: gracollisionshapes.pas line 233

type btShapeHull = class

protected

  sUnitSpherePoints: array [0..42+10*2] of btVector3;

  

  m_vertices: btFOSAlignedVectorArray;

  

  m_indices: btFOSAlignedCardinals;

  

  m_numIndices: Cardinal;

  

  m_shape: btConvexShape;

  

  function getUnitSpherePoints;

  

  procedure _StaticInit;

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  function buildHull();

  

  function numTriangles;

  

  function numVertices;

  

  function numIndices;

  

  function getVertexPointer;

  

  function getVertexPtrIDX();

  

  function getIndexPointer;

  

end;

Inheritance

btShapeHull

  

|

TObject



CT Web help

CodeTyphon Studio