@0b5vr/experimental
Preparing search index...
mat4Decompose
Function mat4Decompose
mat4Decompose
(
m
:
RawMatrix4
,
)
:
{
position
:
RawVector3
;
rotation
:
RawQuaternion
;
scale
:
RawVector3
}
Decompose a matrix into a position, a scale, and a rotation. Yoinked from Three.js.
Parameters
m
:
RawMatrix4
Returns
{
position
:
RawVector3
;
rotation
:
RawQuaternion
;
scale
:
RawVector3
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@0b5vr/experimental
Loading...
Decompose a matrix into a position, a scale, and a rotation. Yoinked from Three.js.