Skip to main content

Vector2Interpolator

Vector2Interpolator

Interpolates between two Vector2.

Static Fields

Instance

public Vector2Interpolator Instance

The singleton instance of the Vector2 interpolator.

Properties

valueType

Type valueType { get; }

The value type that this interpolator can interpolate.

Methods

Interpolate

Vector2 Interpolate(Vector2& a, Vector2& b, float t)