Difference between revisions of "HPL3/SOMA/Scripting/cVerletParticle"
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== cVerletParticle has no public fields. ==...") |
|||
Line 32: | Line 32: | ||
| <syntaxhighlight lang="c++" inline>void</syntaxhighlight> || SetSmoothPosition || [[../cVector3f|<syntaxhighlight lang="c++" inline>const cVector3f &in avPos</syntaxhighlight>]] || | | <syntaxhighlight lang="c++" inline>void</syntaxhighlight> || SetSmoothPosition || [[../cVector3f|<syntaxhighlight lang="c++" inline>const cVector3f &in avPos</syntaxhighlight>]] || | ||
|} | |} | ||
+ | |||
+ | {{ReferencesSection}} | ||
{{HPL3SOMAScriptingCategories}} | {{HPL3SOMAScriptingCategories}} | ||
__FORCETOC__ | __FORCETOC__ |
Latest revision as of 15:24, 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
cVerletParticle has no public fields.
Functions
Return Type | Function Name | Parameters | Description |
---|---|---|---|
void |
AddForce | const cVector3f &in avForce |
|
void |
AddPosition | const cVector3f &in avAdd ,bool abSetPrevPos |
|
float |
GetInvMass | ||
const cVector3f& |
GetPosition | ||
const cVector3f& |
GetPrevPosition | ||
const cVector3f& |
GetSmoothPosition | ||
void |
SetInvMass | float afInvMass |
|
void |
SetPosition | const cVector3f &in avPos ,bool abSetPrevPos |
|
void |
SetPrevPosition | const cVector3f &in avPos |
|
void |
SetSmoothPosition | const cVector3f &in avPos |