Difference between revisions of "HPL3/SOMA/Scripting/cBoundingVolume"
Jump to navigation
Jump to search
(Created page with "{{ScriptingStub}} 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. ==...") |
|||
Line 40: | Line 40: | ||
| <syntaxhighlight lang="c++" inline>void</syntaxhighlight> || SetTransform || [[../cMatrixf|<syntaxhighlight lang="c++" inline>const cMatrixf& a_mtxTransform</syntaxhighlight>]],<br /><syntaxhighlight lang="c++" inline>bool abUpdateSize = true</syntaxhighlight> || | | <syntaxhighlight lang="c++" inline>void</syntaxhighlight> || SetTransform || [[../cMatrixf|<syntaxhighlight lang="c++" inline>const cMatrixf& a_mtxTransform</syntaxhighlight>]],<br /><syntaxhighlight lang="c++" inline>bool abUpdateSize = true</syntaxhighlight> || | ||
|} | |} | ||
+ | |||
+ | {{ReferencesSection}} | ||
{{HPL3SOMAScriptingCategories}} | {{HPL3SOMAScriptingCategories}} | ||
__FORCETOC__ | __FORCETOC__ |
Latest revision as of 14:23, 6 August 2020
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 |
References
- HPL3/SOMA/Scripting/cBeam (← links)
- HPL3/SOMA/Scripting/cBeamEnd (← links)
- HPL3/SOMA/Scripting/cBillboard (← links)
- HPL3/SOMA/Scripting/cClothEntity (← links)
- HPL3/SOMA/Scripting/cExposureArea (← links)
- HPL3/SOMA/Scripting/cFogArea (← links)
- HPL3/SOMA/Scripting/cForceField (← links)
- HPL3/SOMA/Scripting/cFrustum (← links)
- HPL3/SOMA/Scripting/cGuiSetEntity (← links)
- HPL3/SOMA/Scripting/cLensFlare (← links)
- HPL3/SOMA/Scripting/cLightBox (← links)
- HPL3/SOMA/Scripting/cLightDirectional (← links)
- HPL3/SOMA/Scripting/cLightPoint (← links)
- HPL3/SOMA/Scripting/cLightSpot (← links)
- HPL3/SOMA/Scripting/cMeshEntity (← links)
- HPL3/SOMA/Scripting/cParticleSystem (← links)
- HPL3/SOMA/Scripting/cRopeEntity3D (← links)
- HPL3/SOMA/Scripting/cRopeEntityBillboard (← links)
- HPL3/SOMA/Scripting/cSoundEntity (← links)
- HPL3/SOMA/Scripting/cSubMeshEntity (← links)
- HPL3/SOMA/Scripting/iCollideShape (← links)
- HPL3/SOMA/Scripting/iEntity3D (← links)
- HPL3/SOMA/Scripting/iLight (← links)
- HPL3/SOMA/Scripting/iPhysicsBody (← links)
- HPL3/SOMA/Scripting/iRenderableEntity (← links)
- HPL3/SOMA/Scripting/iRopeEntity (← links)
- HPL3/SOMA/Scripting/Scripting Api (← links)
- HPL3/SOMA/Scripting/Scripting Api/cMath (← links)