Overload List

  NameDescription
Public methodStatic memberLerp(Double, Double, Double)
Linear interpolation (blending) between two values
Public methodStatic memberLerp(Vector2D, Vector2D, Double)
Linear interpolation (blending) between two 2d-vectors
Public methodStatic memberLerp(Vector3D, Vector3D, Double)
Linear interpolation (blending) between two 3d-vectors
Public methodStatic memberLerp(Vector4D, Vector4D, Double)
Linear interpolation (blending) between two 4d-vectors

See Also