Package de.flapdoodle.kfx.types
Class Line2D
-
- All Implemented Interfaces:
public final class Line2D
-
-
Constructor Summary
Constructors Constructor Description Line2D(Point2D start, Point2D end)
-
Method Summary
Modifier and Type Method Description final Point2DgetStart()final Point2DgetEnd()final Point2DpositionAt(UnitInterval position, Double distance, Double offset)-
-
Method Detail
-
getStart
final Point2D getStart()
-
getEnd
final Point2D getEnd()
-
positionAt
@Deprecated(message = "see Point2DMath") final Point2D positionAt(UnitInterval position, Double distance, Double offset)
-
-
-
-