Skip to main content

Vector4Interpolator

Vector4Interpolator

Interpolates between two Vector4.

Static Fields

Instance

public Vector4Interpolator Instance

The singleton instance of the Vector4 interpolator.

Properties

valueType

Type valueType { get; }

The value type that this interpolator can interpolate.

Methods

Interpolate

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