Class Point2DExtensionKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Point2D minus(Point2D $self, Point2D other)
      final static Point2D plus(Point2D $self, Point2D other)
      final static Point2D plus(Point2D $self, Double value)
      final static Point2D addX(Point2D $self, Double value)
      final static Point2D addY(Point2D $self, Double value)
      final static Point2D subX(Point2D $self, Double value)
      final static Point2D subY(Point2D $self, Double value)
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • minus

         final static Point2D minus(Point2D $self, Point2D other)
      • plus

         final static Point2D plus(Point2D $self, Point2D other)
      • plus

         final static Point2D plus(Point2D $self, Double value)
      • addX

         final static Point2D addX(Point2D $self, Double value)
      • addY

         final static Point2D addY(Point2D $self, Double value)
      • subX

         final static Point2D subX(Point2D $self, Double value)
      • subY

         final static Point2D subY(Point2D $self, Double value)