littlekt
0.6.0
common
core
/
com.lehaine.littlekt.math
/
Vec4i
Vec4i
open
class
Vec4i
(
x
:
Int
,
y
:
Int
,
z
:
Int
,
w
:
Int
)
Types
Constructors
Functions
Properties
Inheritors
Constructors
Vec4i
Link copied to clipboard
fun
Vec4i
(
f
:
Int
)
Vec4i
Link copied to clipboard
fun
Vec4i
(
v
:
Vec4i
)
Vec4i
Link copied to clipboard
fun
Vec4i
(
x
:
Int
,
y
:
Int
,
z
:
Int
,
w
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
get
Link copied to clipboard
open
operator
fun
get
(
i
:
Int
)
:
Int
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
w
Link copied to clipboard
open
val
w
:
Int
x
Link copied to clipboard
open
val
x
:
Int
y
Link copied to clipboard
open
val
y
:
Int
z
Link copied to clipboard
open
val
z
:
Int
Inheritors
MutableVec4i
Link copied to clipboard