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