com.sculley.jim.swjava
Class SWCircle

java.lang.Object
  |
  +--com.sculley.jim.swjava.SWCircle

public class SWCircle
extends java.lang.Object

Insert the type's description here. Creation date: (2/27/00 10:12:20 AM)


Constructor Summary
SWCircle(SWPoint center, SWPoint axis, double radius)
          SWCircle constructor comment.
 
Method Summary
 SWPoint getAxis()
          Insert the method's description here.
 SWPoint getCenter()
          Insert the method's description here.
 double getRadius()
          Insert the method's description here.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SWCircle

public SWCircle(SWPoint center,
                SWPoint axis,
                double radius)
SWCircle constructor comment.
Method Detail

getAxis

public SWPoint getAxis()
Insert the method's description here. Creation date: (2/27/00 10:13:39 AM)
Returns:
com.sculley.jim.swjava.SWPoint

getCenter

public SWPoint getCenter()
Insert the method's description here. Creation date: (2/27/00 10:13:39 AM)
Returns:
com.sculley.jim.swjava.SWPoint

getRadius

public double getRadius()
Insert the method's description here. Creation date: (2/27/00 10:13:39 AM)
Returns:
double