doml ~master (2023-06-16T17:11:21.1033705)
Dub
Repo
Vector2i.mul
doml
vector_2i
Vector2i
Add the supplied vector by this one.
@param v the vector to multiply @return this
Vector2i
mul
(int scalar)
Vector2i
mul
(int scalar, Vector2i dest)
Vector2i
mul
(Vector2i v)
struct
Vector2i
ref public return
Vector2i
mul
(
Vector2i
v
)
Vector2i
mul
(Vector2i v, Vector2i dest)
Vector2i
mul
(int x, int y)
Vector2i
mul
(int x, int y, Vector2i dest)
Meta
Source
See Implementation
doml
vector_2i
Vector2i
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
Add the supplied vector by this one.
@param v the vector to multiply @return this