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