Overloads
static Vector3 Lerp (Vector3 a, Vector3 b, float frac, bool clamp)

Parameters

NameTypeDescription
a Vector3 Vector A
b Vector3 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
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.