MatrixCompose abstract method

MatrixD MatrixCompose(
  1. Vector3D translation,
  2. QuaternionD rotation,
  3. Vector3D scale
)

Compose a transformation matrix from rotational, translational and scaling components

Implementation

MatrixD MatrixCompose(
  Vector3D translation,
  QuaternionD rotation,
  Vector3D scale,
);