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

btStaticPlaneShape

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

Declaration

Source position: gracollisionshapes.pas line 591

type btStaticPlaneShape = class(btConcaveShape)

protected

  m_localAabbMin: btVector3;

  

  m_localAabbMax: btVector3;

  

  m_planeNormal: btVector3;

  

  m_localScaling: btVector3;

  

  m_planeConstant: btScalar;

  

public

  constructor Create();

  

  procedure getAabb(); override;

  

  procedure processAllTriangles(); override;

  

  procedure calculateLocalInertia(); override;

  

  procedure setLocalScaling(); override;

  

  function getLocalScaling; override;

  

  function getPlaneNormal;

  

  function getPlaneConstant;

  

  function getPlaneNormalP;

  

  function getPlaneConstantP;

  

  function getName;

  

end;

Inheritance

btStaticPlaneShape

  

|

btConcaveShape

  

|

btCollisionShape

  

|

TObject



CT Web help

CodeTyphon Studio