Skip to main content

Vector3Interpolator

Vector3Interpolator

Interpolates between two Vector3.

Static Fields

Instance

public Vector3Interpolator Instance

The singleton instance of the Vector3 interpolator.

Properties

valueType

Type valueType { get; }

The value type that this interpolator can interpolate.

Methods

Interpolate

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