Version:
Back to list
Geom :: fromTRS
Synopsis
Create a Matrix from translation, rotation and scaling vectorsGUI Dialog
Script function
geom.fromTRS(T, R, S) -> matrixParameters
T (Vector3) : The translation vector
R (Vector3) : The rotations vector
S (Vector3) : The scaling vector
Return value
matrix (Matrix4) : The created Matrix