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