Uses of Class
net.nexttext.CoordinateSystem

Packages that use CoordinateSystem
net.nexttext   
 

Uses of CoordinateSystem in net.nexttext
 

Methods in net.nexttext that return CoordinateSystem
 CoordinateSystem TextObject.getAbsoluteCoordinateSystem()
          Get the coordinate system which maps between this object's and global coordinates.
 CoordinateSystem TextObject.getRelativeCoordinateSystem()
          Get the coordinate system which maps between this object's and its parent's coordinates.
 

Constructors in net.nexttext with parameters of type CoordinateSystem
CoordinateSystem(processing.core.PVector origin, float rotation, CoordinateSystem parentSystem)
          Creates a CoordinateSystem with the specified origin and rotation, then transforms it by the specified parent system.