createWithQuaternionAndTranslation

fun createWithQuaternionAndTranslation(quaternionX: Double, quaternionY: Double, quaternionZ: Double, quaternionW: Double, translationX: Double, translationY: Double, translationZ: Double): TransformationMatrix

Create a TransformationMatrix object using x, y, z, w quaternion and x, y, z translations.

Return

A TransformationMatrix.

Since

200.1.0

Parameters

quaternionX

The x quaternion of the transformation matrix.

quaternionY

The y quaternion of the transformation matrix.

quaternionZ

The z quaternion of the transformation matrix.

quaternionW

The w quaternion of the transformation matrix.

translationX

The x position of the transformation matrix.

translationY

The y position of the transformation matrix.

translationZ

The z position of the transformation matrix.