Uses of Class
georegression.struct.line.LineSegment2D_I32
-
Uses of LineSegment2D_I32 in georegression.geometry
Modifier and TypeMethodDescriptionstatic double
UtilLine2D_I32.acuteAngle
(LineSegment2D_I32 line0, LineSegment2D_I32 line1) Computes the acute angle between the two lines. -
Uses of LineSegment2D_I32 in georegression.metric
Modifier and TypeMethodDescriptionstatic double
Distance2D_I32.distance
(LineSegment2D_I32 line, Point2D_I32 p) Returns the distance the closest point on a line segment is from the specified point. -
Uses of LineSegment2D_I32 in georegression.struct.line
Modifier and TypeMethodDescriptionLineSegment2D_I32.copy()
LineSegment2D_I32.setTo
(int x0, int y0, int x1, int y1) LineSegment2D_I32.setTo
(LineSegment2D_I32 l) LineSegment2D_I32.setTo
(Point2D_I32 a, Point2D_I32 b) static LineSegment2D_I32
LineSegment2D_I32.wrap
(Point2D_I32 a, Point2D_I32 b)