Skip to content
Gropius
Search
K
Main Navigation
Guide
Kotlin API
GraphQL
Login service
GitHub
Menu
Return to top
core
/
gropius.model.architecture.layout
/
Point
Point
class
Point
(
val
x
:
Int
,
val
y
:
Int
)
A point in a 2D coordinate system
Members
Constructors
Point
Link copied to clipboard
constructor
(
x
:
Int
,
y
:
Int
)
Properties
x
Link copied to clipboard
val
x
:
Int
The x coordinate of the point
y
Link copied to clipboard
val
y
:
Int
The y coordinate of the point