153

Transforming Shapes
Transform3D Class Methods

  • Modifying parts of an existing transform
  • Leaves the rest of the transform unaffected
  • Method
    void setTranslation( Vector3d trans )
    void setRotation( AxisAngle4d axang )
    void setRotation( Matrix3d rot )
    void setEuler( Vector3d rollPitchYaw )
    void setScale( double scale )