godot-d ~master (2021-09-08T21:50:27Z)
Dub
Repo
Vector2.linearInterpolate
godot
core
vector2
Vector2
Undocumented in source. Be warned that the author may not have intended to support it.
Vector2
linearInterpolate
(Vector2 p_a, Vector2 p_b, real_t p_t)
struct
Vector2
@
nogc
nothrow static
Vector2
linearInterpolate
(
in
Vector2
p_a
,
in
Vector2
p_b
,
real_t
p_t
)
Vector2
linearInterpolate
(Vector2 p_b, real_t p_t)
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