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

Parameters

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

Returns

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