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)
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
SWCircle
public SWCircle(SWPoint center,
SWPoint axis,
double radius)
- SWCircle constructor comment.
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