sdr 0.21

Uses of Class
net.cscott.sdr.util.Point

Packages that use Point
net.cscott.sdr.calls This package contains the square dance choreography engine, and the basic types and interfaces required to communicate with it. 
net.cscott.sdr.util This package contains useful utility code. 
 

Uses of Point in net.cscott.sdr.calls
 

Fields in net.cscott.sdr.calls declared as Point
 Point DancerPath.arcCenter
          The arcCenter can be null for straight paths.
 

Constructors in net.cscott.sdr.calls with parameters of type Point
DancerPath(Position from, Position to, Point arcCenter, Fraction time, DancerPath.PointOfRotation pointOfRotation, Rotation rollDir, Rotation sweepDir)
          Create an immutable DancerPath object.
 

Uses of Point in net.cscott.sdr.util
 

Fields in net.cscott.sdr.util declared as Point
 Point Box.ll
           
 Point Box.ur
           
 

Methods in net.cscott.sdr.util that return Point
 Point Box.center()
           
 

Constructors in net.cscott.sdr.util with parameters of type Point
Box(Point ll, Point ur)
           
 


sdr 0.21

Copyright (c) 2006 C. Scott Ananian