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

btCylinderShape

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

Declaration

Source position: gracollisionshapes.pas line 470

type btCylinderShape = class(btConvexInternalShape)

protected

  m_upAxis: Integer;

  

public

  function getHalfExtentsWithMargin;

  

  function getHalfExtentsWithoutMargin;

  

  constructor Create();

  

  procedure getAabb(); override;

  

  function localGetSupportingVertexWithoutMargin(); override;

  

  procedure batchedUnitVectorGetSupportingVertexWithoutMargin(); override;

  

  procedure setMargin(); override;

  

  function localGetSupportingVertex(); override;

  

  procedure calculateLocalInertia(); override;

  

  function getUpAxis;

  

  function getRadius;

  

  function getName; virtual;

  

end;

Inheritance

btCylinderShape

  

|

btConvexInternalShape

  

|

btConvexShape

  

|

btCollisionShape

  

|

TObject



CT Web help

CodeTyphon Studio