Click or drag to resize

Vector4GetClamp Method

Restricts the current instance of Vector4 to be within a specified range and returns the clamped value.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Vector4 GetClamp(
	Vector4 min,
	Vector4 max
)

Parameters

min  Vector4
The minimum value.
max  Vector4
The maximum value.

Return Value

Vector4
The clamped instance of Vector4.
See Also