HPL3/SOMA/Scripting/cBoundingVolume

From Frictional Wiki
< HPL3‎ | SOMA‎ | Scripting
Jump to navigation Jump to search

Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!

Fields

cBoundingVolume has no public fields.

Functions

Return Type Function Name Parameters Description
cVector3f GetLocalCenter
const cVector3f& GetLocalMax
const cVector3f& GetLocalMin
cVector3f GetMax
cVector3f GetMin
cVector3f GetPosition
float GetRadius
cVector3f GetSize
const cMatrixf& GetTransform
cVector3f GetWorldCenter
void SetLocalMinMax const cVector3f &in mvMin,
const cVector3f &in mvMax,
bool abUpdateSize = true
void SetPosition const cVector3f &in avPos
void SetSize const cVector3f &in avSize,
bool abUpdateSize = true
void SetTransform const cMatrixf& a_mtxTransform,
bool abUpdateSize = true

References

See all references...