Vector2Extensions.Wrapped

Extension Method in Vector2Extensions

Declaration

public static Vector2 Wrapped(this Vector2 vector, Vector2 min, Vector2 max)

Description

Wraps the vector to the range [min..max].

Parameters

vectorThe vector to wrap.
minThe minimum value.
maxThe maximum value.

Returns

Vector2A new wrapped vector.