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

btCompoundCollisionAlgorithm

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

Declaration

Source position: gradispatch.pas line 728

type btCompoundCollisionAlgorithm = class(btActivatingCollisionAlgorithm)

  m_childCollisionAlgorithms: btCollisionAlgorithmArray;

  

  m_sharedManifold: btPersistentManifold;

  

  m_ownsManifold: Boolean;

  

  m_isSwapped: Boolean;

  

  m_compoundShapeRevision: Integer;

  

  procedure removeChildAlgorithms;

  

  procedure preallocateChildAlgorithms();

  

public

  procedure Init();

  

  destructor Destroy; override;

  

  procedure processCollision(); override;

  

  function calculateTimeOfImpact(); override;

  

  procedure getAllContactManifolds(); override;

  

end;

Inheritance

btCompoundCollisionAlgorithm

  

|

btActivatingCollisionAlgorithm

  

|

btCollisionAlgorithm

  

|

TObject



CT Web help

CodeTyphon Studio