Version: 
Back to list

Geom :: changeOfBasisMatrix

Synopsis

   Construct a Change of Basis Matrix (e.g multiplying the point [0,0,0] will result to the point origin)

GUI Dialog

   

Script function

   geom.changeOfBasisMatrix(origin, x, y, z) -> changeOfBasis

Parameters

   origin (Point3) : Origin of the new basis
   x (Vector3) : X axis of the new basis
   y (Vector3) : Y axis of the new basis
   z (Vector3) : Z axis of the new basis

Return value

   changeOfBasis (Matrix4) : The change of basis matrix