PointDouble

Functions

Link copied to clipboard
open fun createPoint(vector: VectorDouble): PointDouble
Link copied to clipboard
Link copied to clipboard
open fun of(x: Double, y: Double): PointDouble
Link copied to clipboard
open fun rebaseTo(newReferenceRectangle: RectangleDouble): PointDouble
Link copied to clipboard
open fun toString(): String

Properties

Link copied to clipboard
val x: Double
Link copied to clipboard
val y: Double