KotlinExtension.Math
0.1.0-SNAPSHOT
KotlinExtension.Math
/
sp.kx.math.implementation.entity.geometry
Package sp.
kx.
math.
implementation.
entity.
geometry
Functions
Functions
get
Difference
Link copied to clipboard
fun
Point
.
getDifference
(
that
:
Point
)
:
Offset
Content copied to clipboard
moved
Link copied to clipboard
fun
Point
.
moved
(
length
:
Double
,
angle
:
Double
)
:
Point
Content copied to clipboard
offset
Of
Link copied to clipboard
fun
offsetOf
(
dX
:
Double
,
dY
:
Double
)
:
Offset
Content copied to clipboard
point
Of
Link copied to clipboard
fun
pointOf
(
x
:
Double
,
y
:
Double
)
:
Point
Content copied to clipboard
fun
pointOf
(
x
:
Int
,
y
:
Int
)
:
Point
Content copied to clipboard
to
Vector
Link copied to clipboard
fun
Point
.
toVector
(
offset
:
Offset
)
:
Vector
Content copied to clipboard
fun
Point
.
toVector
(
finish
:
Point
)
:
Vector
Content copied to clipboard
fun
Point
.
toVector
(
length
:
Double
,
angle
:
Double
)
:
Vector
Content copied to clipboard
fun
Point
.
toVector
(
finish
:
Point
,
offset
:
Offset
)
:
Vector
Content copied to clipboard
updated
Link copied to clipboard
fun
Point
.
updated
(
offset
:
Offset
)
:
Point
Content copied to clipboard
fun
Point
.
updated
(
dX
:
Double
,
dY
:
Double
)
:
Point
Content copied to clipboard