Uses of Class
georegression.struct.line.LineSegment2D_I32
Packages that use LineSegment2D_I32
-
Uses of LineSegment2D_I32 in georegression.geometry
Methods in georegression.geometry with parameters of type LineSegment2D_I32Modifier and TypeMethodDescriptionstatic doubleUtilLine2D_I32.acuteAngle(LineSegment2D_I32 line0, LineSegment2D_I32 line1) Computes the acute angle between the two lines. -
Uses of LineSegment2D_I32 in georegression.metric
Methods in georegression.metric with parameters of type LineSegment2D_I32Modifier and TypeMethodDescriptionstatic doubleDistance2D_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
Methods in georegression.struct.line that return LineSegment2D_I32Modifier 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_I32LineSegment2D_I32.wrap(Point2D_I32 a, Point2D_I32 b) Methods in georegression.struct.line with parameters of type LineSegment2D_I32