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

btUniformScalingShape

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

Declaration

Source position: gracollisionshapes.pas line 254

type btUniformScalingShape = class(btConvexShape)

  m_childConvexShape: btConvexShape;

  

  m_uniformScalingFactor: btScalar;

  

public

  constructor Create();

  

  function localGetSupportingVertexWithoutMargin(); override;

  

  function localGetSupportingVertex(); override;

  

  procedure batchedUnitVectorGetSupportingVertexWithoutMargin(); override;

  

  procedure calculateLocalInertia(); override;

  

  function getUniformScalingFactor;

  

  function getChildShape;

  

  function getName; virtual;

  

  procedure getAabb(); override;

  

  procedure getAabbSlow(); override;

  

  procedure setLocalScaling(); override;

  

  function getLocalScaling; override;

  

  procedure setMargin(); override;

  

  function getMargin; override;

  

  function getNumPreferredPenetrationDirections; override;

  

  procedure getPreferredPenetrationDirection(); override;

  

end;

Inheritance

btUniformScalingShape

  

|

btConvexShape

  

|

btCollisionShape

  

|

TObject



CT Web help

CodeTyphon Studio