doml v0.0.3 (2022-08-19T23:27:36Z)
Dub
Repo
Vector4i.add
vector_4i
Vector4i
Add the supplied vector to this one.
@param v the vector to add @return this
Vector4i
add
(Vector4i v)
struct
Vector4i
ref return
Vector4i
add
(
Vector4i
v
)
Vector4i
add
(Vector4i v, Vector4i dest)
Vector4i
add
(int x, int y, int z, int w)
Vector4i
add
(int x, int y, int z, int w, Vector4i dest)
Meta
Source
See Implementation
vector_4i
Vector4i
constructors
this
functions
absolute
add
distance
distanceSquared
div
dot
equals
get
gridDistance
hashCode
length
lengthSquared
max
maxComponent
min
minComponent
mul
negate
set
setComponent
sub
zero
variables
w
x
y
z
Add the supplied vector to this one.
@param v the vector to add @return this