SetTRS

Matrix4.SetTRS method

Initialiseert de matrix met translatie/rotatie/schaal

public void SetTRS(Vector3 translation, Vector3 rotation, Vector3 scale)
ParameterTypeBeschrijving
translationVector3Vertaling.
rotationVector3Euler-hoeken voor rotatie, velden zijn in graden.
scaleVector3Schaal.

Zie ook