Package io.scanbot.sdk.geometry
Class LineSegmentInt
- java.lang.Object
-
- io.scanbot.sdk.geometry.LineSegmentInt
-
public class LineSegmentInt extends java.lang.ObjectRepresents a line segment in 2D space.
-
-
Constructor Summary
Constructors Constructor Description LineSegmentInt(Point start, Point end)Constructs LineSegmentInt with the given params.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PointgetEnd()Getter for end field.PointgetStart()Getter for start field.
-