Point

class Point(var x: Double, var y: Double) : Delaunator.IPoint

Constructors

Link copied to clipboard
constructor(x: Double, y: Double)

Properties

Link copied to clipboard
open override var x: Double
Link copied to clipboard
open override var y: Double

Functions

Link copied to clipboard
operator fun div(other: Int): Delaunator.Point
Link copied to clipboard
Link copied to clipboard
operator fun plus(other: Delaunator.Point): Delaunator.Point
Link copied to clipboard
open override fun toString(): String