Function getTransformationMatrix
- getTransformationMatrix(
scale: [number, number, number],
heading: number,
orientation: SourceOrientation,
): Matrix4Parameters
- scale: [number, number, number]
- heading: number
- orientation: SourceOrientation
Returns Matrix4
Helper function to create a transformation matrix for model and we can apply in single operation.