Class PointDirected


  • public class PointDirected
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PointDirected​(java.awt.geom.Point2D p, double angle)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getAngle()  
      java.awt.geom.Point2D getPoint2D()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PointDirected

        public PointDirected​(java.awt.geom.Point2D p,
                             double angle)
    • Method Detail

      • getPoint2D

        public final java.awt.geom.Point2D getPoint2D()
      • getAngle

        public final double getAngle()