doml v0.0.4 (2022-08-21T00:57:34Z)
Dub
Repo
Vector3i.add
vector_3i
Vector3i
Add the supplied vector to this one.
@param v the vector to add @return this
Vector3i
add
(Vector3i v)
struct
Vector3i
ref return
Vector3i
add
(
Vector3i
v
)
Vector3i
add
(Vector3i v, Vector3i dest)
Vector3i
add
(int x, int y, int z)
Vector3i
add
(int x, int y, int z, Vector3i dest)
Meta
Source
See Implementation
vector_3i
Vector3i
constructors
this
functions
absolute
add
distance
distanceSquared
div
equals
get
gridDistance
hashCode
length
lengthSquared
max
maxComponent
min
minComponent
mul
negate
set
setComponent
sub
zero
variables
x
y
z
Add the supplied vector to this one.
@param v the vector to add @return this