korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-math-vector
/
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