public class CircleInfo extends java.lang.Object implements javolution.xml.XMLSerializable
Modified by: Joseph A. Huwaldt
Modifier and Type | Field and Description |
---|---|
Parameter<Angle> |
angle
The angle between the start and end of the circle (if represented as a circular
arc).
|
GeomPoint |
center
The center or origin of the circle.
|
Parameter<Length> |
radius
THe radius of the circle in length units.
|
GeomVector<Dimensionless> |
xhat
The direction of the circles X axis.
|
GeomVector<Dimensionless> |
yhat
The direction of the circles Y axis.
|
Constructor and Description |
---|
CircleInfo() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Return a String representation of this object.
|
public GeomVector<Dimensionless> xhat
public GeomVector<Dimensionless> yhat
public CircleInfo()
public java.lang.String toString()
toString
in class java.lang.Object