SetTRS

Matrix4.SetTRS method

Initialisiert die Matrix mit Translation/Rotation/Scale

public void SetTRS(Vector3 translation, Vector3 rotation, Vector3 scale)
ParameterTypBeschreibung
translationVector3Übersetzung.
rotationVector3Euler-Winkel für Rotation, Felder sind in Grad angegeben.
scaleVector3Skala.

Siehe auch