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
a
andb
, attime = 0
the value will bea
attime = 1
the value will beb