v2d_lerp() Performs a linear interpolation between u and v. 0.0 <= weight <= 1.0 The same as: (1-weight)u + weightv
Generated using TypeDoc
v2d_lerp() Performs a linear interpolation between u and v. 0.0 <= weight <= 1.0 The same as: (1-weight)u + weightv