toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.math.geom
/
Vector4I
Vector4I
data
class
Vector4I
(
val
x
:
Int
,
val
y
:
Int
,
val
z
:
Int
,
val
w
:
Int
)
Members
Constructors
Vector4I
Link copied to clipboard
constructor
(
x
:
Int
,
y
:
Int
,
z
:
Int
,
w
:
Int
)
Properties
w
Link copied to clipboard
val
w
:
Int
x
Link copied to clipboard
val
x
:
Int
y
Link copied to clipboard
val
y
:
Int
z
Link copied to clipboard
val
z
:
Int