Package de.flapdoodle.kfx.types
Class AngleAtPoint2D
-
- All Implemented Interfaces:
-
de.flapdoodle.kfx.types.AngleAndPoint2D
public final class AngleAtPoint2D implements AngleAndPoint2D
-
-
Constructor Summary
Constructors Constructor Description AngleAtPoint2D(Double x, Double y, Double angle)AngleAtPoint2D(Point2D point2D, Double angle)
-
Method Summary
Modifier and Type Method Description Point2DgetPoint2D()DoublegetAngle()
-