Difference between revisions of "HPL3/Amnesia: Rebirth/Scripting/cVector4f"
< HPL3 | Amnesia: Rebirth | Scripting
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== {{CodeDocSummaryTop|Field Type|Field Name...") |
(No difference)
|
Latest revision as of 22:59, 15 November 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
Functions
Return Type | Function And Description |
---|---|
float | GetElement(uint64 alIdx) |
float | Length() |
float | Normalize() |
void | SetElement(uint64 alIdx, float ) |
float | SqrLength() |
Details
GetElement
float GetElement(uint64 alIdx)
Parameters
- alIdx (uint64) —
Returns:
- float—
Length
float Length()
Returns:
- float—
Normalize
float Normalize()
Returns:
- float—
SetElement
void SetElement(uint64 alIdx,
float )
Parameters
- alIdx (uint64) —
- ' (float) —
Returns:
- void
SqrLength
float SqrLength()
Returns:
- float—
w
float w
x
float x
y
float y
z
float z
References
- HPL3/Amnesia: Rebirth/Scripting/Scripting Api (← links)
- HPL3/Amnesia: Rebirth/Scripting/Scripting Api/Constants (← links)
- HPL3/Amnesia: Rebirth/Scripting/Scripting Api/cMath (← links)
- HPL3/Amnesia: Rebirth/Scripting/Scripting Api/cScript (← links)
- HPL3/Amnesia: Rebirth/Scripting/Scripting Api/cString (← links)