FunctionslerpVectorlerpVector CallablelerpVector(a: Vector, b: Vector, time: number): VectorLinear interpolation between a and b, at time = 0 the value will be a at time = 1 the value will be bParametersa: Vectorb: Vectortime: numberReturns Vector
Linear interpolation between
aandb, attime = 0the value will beaattime = 1the value will beb