MatrixCompose method
See MatrixD.compose.
Implementation
MatrixD MatrixCompose(
Vector3D translation,
QuaternionD rotation,
Vector3D scale,
) => run(
() => _debugLabels.MatrixCompose(translation, rotation, scale),
() => .compose(translation, rotation, scale),
);