Uses of Class
georegression.struct.line.LineParametric2D_I32
Packages that use LineParametric2D_I32
-
Uses of LineParametric2D_I32 in georegression.metric
Methods in georegression.metric with parameters of type LineParametric2D_I32Modifier and TypeMethodDescriptionstatic double
Distance2D_I32.distance
(LineParametric2D_I32 line, Point2D_I32 p) Returns the distance of a point to the closest point on a line.static double
Distance2D_I32.distanceSq
(LineParametric2D_I32 line, Point2D_I32 p) Returns the squared distance of a point to the closest point on a line. -
Uses of LineParametric2D_I32 in georegression.struct.line
Methods in georegression.struct.line that return LineParametric2D_I32Modifier and TypeMethodDescriptionLineParametric2D_I32.copy()
LineParametric2D_I32.setTo
(LineParametric2D_I32 line) Methods in georegression.struct.line with parameters of type LineParametric2D_I32