Overloads
Vector3 LerpTo (in Vector3 target, float frac, bool clamp)

Parameters

NameTypeDescription
in target Vector3 Vector B
frac float Fraction, where 0 would return this, 0.5 would return a point between this and given vectors, and 1 would return the given vector.
clamp = True bool Whether to clamp the fraction argument between [0,1]

Returns

TypeDescription
Vector3
Declared in Vector3 ยท Assembly Sandbox.System
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.