lerp(_:_:)
Linearly interpolate between this vector and another you provide.
func lerp(_ a: Vector, _ t: Float) -> Vector
Parameters
Returns
A vector interpolated to the position you provide.
Linearly interpolate between this vector and another you provide.
func lerp(_ a: Vector, _ t: Float) -> Vector
A vector interpolated to the position you provide.