Version: 
Back to list

Geom :: fromTRS

Synopsis

   Create a Matrix from translation, rotation and scaling vectors

GUI Dialog

   

Script function

   geom.fromTRS(T, R, S) -> matrix

Parameters

   T (Vector3) : The translation vector
   R (Vector3) : The rotations vector
   S (Vector3) : The scaling vector

Return value

   matrix (Matrix4) : The created Matrix