HPL3/SOMA/Scripting/cBoundingVolume
Jump to navigation
Jump to search
This page has been automatically generated, but it needs descriptions added to the various fields/functions in order to be complete. |
Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!
Contents
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 |