toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.math.geom
/
PointFixed
Point
Fixed
data
class
PointFixed
(
val
x
:
Fixed
,
val
y
:
Fixed
)
Members
Constructors
Point
Fixed
Link copied to clipboard
constructor
(
x
:
Fixed
,
y
:
Fixed
)
Properties
x
Link copied to clipboard
val
x
:
Fixed
y
Link copied to clipboard
val
y
:
Fixed
Functions
div
Link copied to clipboard
operator
fun
div
(
that
:
PointFixed
)
:
PointFixed
minus
Link copied to clipboard
operator
fun
minus
(
that
:
PointFixed
)
:
PointFixed
plus
Link copied to clipboard
operator
fun
plus
(
that
:
PointFixed
)
:
PointFixed
rem
Link copied to clipboard
operator
fun
rem
(
that
:
PointFixed
)
:
PointFixed
times
Link copied to clipboard
operator
fun
times
(
that
:
PointFixed
)
:
PointFixed
operator
fun
times
(
that
:
Fixed
)
:
PointFixed
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
unary
Minus
Link copied to clipboard
operator
fun
unaryMinus
(
)
:
PointFixed
unary
Plus
Link copied to clipboard
operator
fun
unaryPlus
(
)
:
PointFixed