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

btMinkowskiSumShape

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

Declaration

Source position: gracollisionshapes.pas line 299

type btMinkowskiSumShape = class(btConvexInternalShape)

  m_transA: btTransform;

  

  m_transB: btTransform;

  

  m_shapeA: btConvexShape;

  

  m_shapeB: btConvexShape;

  

public

  constructor create();

  

  function localGetSupportingVertexWithoutMargin(); override;

  

  procedure batchedUnitVectorGetSupportingVertexWithoutMargin(); override;

  

  procedure calculateLocalInertia(); override;

  

  procedure setTransformA();

  

  procedure setTransformB();

  

  function getTransformA;

  

  function getTransformB;

  

  function getMargin; override;

  

  function getShapeA;

  

  function getShapeB;

  

  function getName;

  

end;

Inheritance

btMinkowskiSumShape

  

|

btConvexInternalShape

  

|

btConvexShape

  

|

btCollisionShape

  

|

TObject



CT Web help

CodeTyphon Studio