HPL3/Amnesia: Rebirth/Scripting/cSmoothInterpolationVec3

From Frictional Wiki
< HPL3‎ | Amnesia: Rebirth‎ | Scripting
Revision as of 22:56, 15 November 2020 by Abion47 (talk | contribs) (Created page with "{{ScriptingStub}} Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki! ==Fields== cSmoothInterpolationVec3 has no public fie...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!

Fields

cSmoothInterpolationVec3 has no public fields.

Functions

Return Type Function And Description
void Add(const cVector3f &in aNewVal)
void Clear()
cVector3f GetOutput()
void SetMaxValues(int alMax)

Details

Add

void Add(const cVector3f &in aNewVal)


Parameters

Returns:

  • void

Clear

void Clear()

Returns:

  • void

GetOutput

cVector3f GetOutput()

Returns:

  • cVector3f

SetMaxValues

void SetMaxValues(int alMax)


Parameters

  • alMax (int) —

Returns:

  • void

References


See all references...