Click or drag to resize

Vector4FGetClamp Method

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

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

Parameters

min
Type: NeoAxisVector4F
The minimum value.
max
Type: NeoAxisVector4F
The maximum value.

Return Value

Type: Vector4F
The clamped instance of Vector4F.
See Also