Restricts the current instance of
Vector2H to be within a specified range and returns the clamped value.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic Vector2H GetClamp(
Vector2H min,
Vector2H max
)
Parameters
- min Vector2H
- The minimum value.
- max Vector2H
- The maximum value.
Return Value
Vector2HThe clamped instance of
Vector2H.
See Also