Difference between revisions of "HPL3/Community/Scripting/Classes/cverletparticle"
Jump to navigation
Jump to search
(Upload classes to sub) |
(No difference)
|
Latest revision as of 10:12, 30 July 2020
cVerletParticle
Fields
cVerletParticle has no public fields.
Functions
| Return Type | Function Name | Parameters | Description |
|---|---|---|---|
| void | SetPosition | const cVector3f &in avPos, bool abSetPrevPos |
|
| void | AddPosition | const cVector3f &in avAdd, bool abSetPrevPos |
|
| const cVector3f& | GetPosition | const | |
| void | SetPrevPosition | const cVector3f &in avPos | |
| const cVector3f& | GetPrevPosition | const | |
| void | SetSmoothPosition | const cVector3f &in avPos | |
| const cVector3f& | GetSmoothPosition | const | |
| void | AddForce | const cVector3f &in avForce | |
| void | SetInvMass | float afInvMass | |
| float | GetInvMass | const |
Remarks
Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!