Package georegression.struct.trig
Class Circle2D_F64
java.lang.Object
georegression.struct.trig.Circle2D_F64
Describes a circle in 2D space using it's center and radius.
-
Field Summary
Modifier and TypeFieldDescriptionCenter of the circledouble
Radius of the circle -
Constructor Summary
ConstructorDescriptionCircle2D_F64
(double radius, double x, double y) Circle2D_F64
(double radius, Point2D_F64 center) -
Method Summary
Modifier and TypeMethodDescriptionsetTo
(double x, double y, double radius) setTo
(Point2D_F64 center, double radius) setTo
(Circle2D_F64 src)
-
Field Details
-
radius
public double radiusRadius of the circle -
center
Center of the circle
-
-
Constructor Details
-
Circle2D_F64
-
Circle2D_F64
public Circle2D_F64(double radius, double x, double y) -
Circle2D_F64
public Circle2D_F64()
-
-
Method Details
-
setTo
-
setTo
-
setTo
-