godot-d ~master (2021-09-08T21:50:27Z)
Dub
Repo
Vector2.opOpAssign
godot
core
vector2
Vector2
Undocumented in source. Be warned that the author may not have intended to support it.
void
opOpAssign
(Vector2 other)
struct
Vector2
@
nogc
nothrow
void
opOpAssign
(
string
op
)
(
in
Vector2
other
)
if
(
op
== "+" ||
op
== "-"
||
op
== "*"
||
op
== "/"
)
void
opOpAssign
(real_t scalar)
Meta
Source
See Implementation
godot
core
vector2
Vector2
aliases
lerp
constructors
this
functions
abs
angle
angleTo
angleToPoint
aspect
clamped
cross
cubicInterpolate
distanceSquaredTo
distanceTo
dot
floor
length
lengthSquared
normalize
normalized
opAssign
opBinary
opBinaryRight
opCmp
opDispatch
opIndex
opOpAssign
opUnary
planeProject
project
reflect
rotated
setRotation
slide
snapped
tangent
static functions
linearInterpolate
unions
__anonymous