Module swim.math
Package swim.math

Class PointR2

  • All Implemented Interfaces:
    swim.codec.Debug, Shape

    public class PointR2
    extends R2Shape
    implements swim.codec.Debug
    • Field Detail

      • x

        public final double x
      • y

        public final double y
    • Constructor Detail

      • PointR2

        public PointR2​(double x,
                       double y)