notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

Rotate.md (262B)


      1 # Rotate
      2 
      3 CS331 W12 L2
      4 
      5 Rotate is a function of the Transform class that allows rotation relative to the local rotation.
      6 
      7 See [Translate](Translate.md) for a similar function but for position. 
      8 
      9 Also see [LocalScale](LocalScale.md) for changing the local scale.