Difference between revisions of "HPL3/Community/Scripting/Classes/cquaternion"
Jump to navigation
Jump to search
(Upload classes to sub) |
(No difference)
|
Latest revision as of 10:12, 30 July 2020
Contents
cQuaternion
Fields
| Field Name | Type | Description |
|---|---|---|
| w | float | |
| x | float | |
| y | float | |
| z | float |
Functions
| Return Type | Function Name | Parameters | Description |
|---|---|---|---|
| void | Normalize | ||
| void | FromRotationMatrix | const cMatrixf& in | |
| void | FromAngleAxis | float afAngle, const cVector3f& in |
|
| float | Length | ||
| float | LengthXYZ | ||
| float | SqrLength | ||
| float | SqrLengthXYZ | ||
| void | SetXYZ | const cVector3f& avVec |
Remarks
Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!