Difference between revisions of "HPL3/Community/Scripting/Classes/cboundingvolume"
Jump to navigation
Jump to search
(Upload classes to sub) |
(No difference)
|
Latest revision as of 10:11, 30 July 2020
cBoundingVolume
Fields
cBoundingVolume has no public fields.
Functions
| Return Type | Function Name | Parameters | Description |
|---|---|---|---|
| cVector3f | GetMax | ||
| cVector3f | GetMin | ||
| const cVector3f& | GetLocalMax | ||
| const cVector3f& | GetLocalMin | ||
| void | SetLocalMinMax | const cVector3f &in mvMin, const cVector3f &in mvMax, bool true |
|
| void | SetPosition | const cVector3f &in avPos | |
| cVector3f | GetPosition | ||
| void | SetSize | const cVector3f &in avSize, bool true |
|
| cVector3f | GetSize | ||
| void | SetTransform | const cMatrixf& a_mtxTransform, bool true |
|
| const cMatrixf& | GetTransform | ||
| cVector3f | GetLocalCenter | ||
| cVector3f | GetWorldCenter | ||
| float | GetRadius |
Remarks
Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!