toggle menu
SceneView
androidJvm
switch theme
search in API
sceneview
/
io.github.sceneview.triangulation
/
Delaunator
/
Point
Point
class
Point
(
var
x
:
Double
,
var
y
:
Double
)
:
Delaunator.IPoint
Members
Constructors
Point
Link copied to clipboard
constructor
(
x
:
Double
,
y
:
Double
)
Properties
x
Link copied to clipboard
open
override
var
x
:
Double
y
Link copied to clipboard
open
override
var
y
:
Double
Functions
div
Link copied to clipboard
operator
fun
div
(
other
:
Int
)
:
Delaunator.Point
minus
Link copied to clipboard
operator
fun
minus
(
other
:
Delaunator.Point
)
:
Delaunator.Point
plus
Link copied to clipboard
operator
fun
plus
(
other
:
Delaunator.Point
)
:
Delaunator.Point
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String