Uses of Class
georegression.struct.trig.Circle2D_F64
-
Uses of Circle2D_F64 in georegression.geometry
Modifier and TypeMethodDescriptionstatic boolean
UtilCircle2D_F64.circle
(Point2D_F64 x0, Point2D_F64 x1, Point2D_F64 x2, Circle2D_F64 circle) Given three points find the circle that intersects all three.static double
UtilCircle2D_F64.evaluate
(double x, double y, Circle2D_F64 circle) Computes (x-x_c)**2 + (y-y_c)**2 - r. -
Uses of Circle2D_F64 in georegression.struct.trig
Modifier and TypeMethodDescriptionCircle2D_F64.setTo
(double x, double y, double radius) Circle2D_F64.setTo
(Point2D_F64 center, double radius) Circle2D_F64.setTo
(Circle2D_F64 src)