doml v0.0.3 (2022-08-19T23:27:36Z)
Dub
Repo
Vector2d.add
vector_2d
Vector2d
Add <code>v</code> to this vector.
@param v the vector to add @return this
Vector2d
add
(Vector2d v)
struct
Vector2d
ref return
Vector2d
add
(
Vector2d
v
)
Vector2d
add
(double x, double y)
Vector2d
add
(double x, double y, Vector2d dest)
Vector2d
add
(Vector2d v, Vector2d dest)
Meta
Source
See Implementation
vector_2d
Vector2d
constructors
this
functions
absolute
add
angle
ceil
distance
distanceSquared
div
dot
equals
floor
fma
get
hashCode
isFinite
length
lengthSquared
lerp
max
maxComponent
min
minComponent
mul
mulDirection
mulPosition
mulTranspose
negate
normalize
perpendicular
round
set
setComponent
sub
zero
variables
x
y
Add <code>v</code> to this vector.
@param v the vector to add @return this