Class RotatedRect


  • public class RotatedRect
    extends Object
    • Field Detail

      • center

        public Point center
      • size

        public Size size
      • angle

        public double angle
    • Constructor Detail

      • RotatedRect

        public RotatedRect()
      • RotatedRect

        public RotatedRect​(Point c,
                           Size s,
                           double a)
      • RotatedRect

        public RotatedRect​(double[] vals)