Restricts the current instance of
Vector2F 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 Vector2F GetClamp(
Vector2F min,
Vector2F max
)
Parameters
- min Vector2F
- The minimum value.
- max Vector2F
- The maximum value.
Return Value
Vector2FThe clamped instance of
Vector2F.
See Also