Sets the matrix from translation
, rotation
and scale
.
Source
void setFromTranslationRotationScale( Vector3 translation, Quaternion rotation, Vector3 scale) { setFromTranslationRotation(translation, rotation); this.scale(scale); }
Sets the matrix from translation
, rotation
and scale
.
void setFromTranslationRotationScale( Vector3 translation, Quaternion rotation, Vector3 scale) { setFromTranslationRotation(translation, rotation); this.scale(scale); }