public final class PointKt
final static Point
Point(Float x, Float y)
Point(Integer x, Integer y)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final static Point Point(Float x, Float y)
Creates a new Point with the provided coordinates.
final static Point Point(Integer x, Integer y)