littlekt
0.6.0
common
core
/
com.lehaine.littlekt.math
/
MutableVec4i
Mutable
Vec4i
open
class
MutableVec4i
(
x
:
Int
,
y
:
Int
,
z
:
Int
,
w
:
Int
)
:
Vec4i
Constructors
Functions
Properties
Constructors
Mutable
Vec4i
Link copied to clipboard
fun
MutableVec4i
(
)
Mutable
Vec4i
Link copied to clipboard
fun
MutableVec4i
(
f
:
Int
)
Mutable
Vec4i
Link copied to clipboard
fun
MutableVec4i
(
other
:
Vec4i
)
Mutable
Vec4i
Link copied to clipboard
fun
MutableVec4i
(
x
:
Int
,
y
:
Int
,
z
:
Int
,
w
:
Int
)
Functions
add
Link copied to clipboard
fun
add
(
other
:
Vec4i
)
:
MutableVec4i
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
set
Link copied to clipboard
fun
set
(
other
:
Vec4i
)
:
MutableVec4i
open
operator
fun
set
(
i
:
Int
,
v
:
Int
)
fun
set
(
x
:
Int
,
y
:
Int
,
z
:
Int
,
w
:
Int
)
:
MutableVec4i
subtract
Link copied to clipboard
fun
subtract
(
other
:
Vec4i
)
:
MutableVec4i
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
array
Link copied to clipboard
val
array
:
IntArray
w
Link copied to clipboard
open
override
var
w
:
Int
x
Link copied to clipboard
open
override
var
x
:
Int
y
Link copied to clipboard
open
override
var
y
:
Int
z
Link copied to clipboard
open
override
var
z
:
Int