Unit 'graDispatch' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_gravity]

btConvexPlaneCollisionAlgorithm

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

Declaration

Source position: gradispatch.pas line 748

type btConvexPlaneCollisionAlgorithm = class(btCollisionAlgorithm)

  m_ownManifold: Boolean;

  

  m_manifoldPtr: btPersistentManifold;

  

  m_isSwapped: Boolean;

  

  m_numPerturbationIterations: Integer;

  

  m_minimumPointsPerturbationThreshold: Integer;

  

public

  procedure Init();

  

  destructor Destroy; override;

  

  procedure processCollision(); override;

  

  procedure collideSingleContact();

  

  function calculateTimeOfImpact(); override;

  

  procedure getAllContactManifolds(); override;

  

end;

Inheritance

btConvexPlaneCollisionAlgorithm

  

|

btCollisionAlgorithm

  

|

TObject



CT Web help

CodeTyphon Studio