159

Transforming shapes
Transform3D class methods

  • At the most basic level, methods on Transform3D create and set the underlying 4x4 matrix
  • Method
    Transform3D( )
    Transform3D( Matrix4d mat )
    Transform3D( Matrix3d rot, Vector3d trans, double scale )
    void set( Matrix4d mat )
    void set( Matrix3d rot, Vector3d trans, double scale )