Package de.flapdoodle.kfx.types
Interface AngleAndPoint2D
-
- All Implemented Interfaces:
public interface AngleAndPoint2D
-
-
Method Summary
Modifier and Type Method Description Point2DwithDistance(Double distance, Double deltaAngle, Double offset)AngleAndPoint2DatDistance(Double distance, Double deltaAngle, Double offset)abstract Point2DgetPoint2D()abstract DoublegetAngle()-
-
Method Detail
-
withDistance
Point2D withDistance(Double distance, Double deltaAngle, Double offset)
-
atDistance
AngleAndPoint2D atDistance(Double distance, Double deltaAngle, Double offset)
-
getPoint2D
abstract Point2D getPoint2D()
-
-
-
-