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
/
Vector3I
Vector3I
data
class
Vector3I
(
val
x
:
Int
,
val
y
:
Int
,
val
z
:
Int
)
Members
Constructors
Vector3I
Link copied to clipboard
constructor
(
x
:
Int
,
y
:
Int
,
z
:
Int
)
Properties
x
Link copied to clipboard
val
x
:
Int
y
Link copied to clipboard
val
y
:
Int
z
Link copied to clipboard
val
z
:
Int