godot-d ~master (2021-09-08T21:50:27Z)
Dub
Repo
Vector2.opBinary
godot
core
vector2
Vector2
Undocumented in source. Be warned that the author may not have intended to support it.
Vector2
opBinary
(Vector2 other)
struct
Vector2
@
nogc
nothrow const
Vector2
opBinary
(
string
op
)
(
in
Vector2
other
)
if
(
op
== "+" ||
op
== "-"
||
op
== "*"
||
op
== "/"
)
Vector2
opBinary
(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