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