μMath
GitHub
Preparing search index...
Quaternion
getMagnitude
Variable getMagnitude
Const
getMagnitude
:
(
quaternion
:
Readonly
<
QuaternionLike
>
)
=>
number
= vector4GetMagnitude
Calculate the magnitude (length) of a quaternion.
Type Declaration
(
quaternion
:
Readonly
<
QuaternionLike
>
)
:
number
Parameters
quaternion
:
Readonly
<
QuaternionLike
>
The quaternion.
Returns
number
The magnitude.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
μMath
Loading...
Calculate the magnitude (length) of a quaternion.