Vector3Clamp method
See Vector3D.clamp.
Implementation
Vector3D Vector3Clamp(
Vector3D v,
Vector3D min,
Vector3D max,
) => run(
() => _debugLabels.Vector3Clamp(v, min, max),
() => v.clamp(min, max),
);
See Vector3D.clamp.
Vector3D Vector3Clamp(
Vector3D v,
Vector3D min,
Vector3D max,
) => run(
() => _debugLabels.Vector3Clamp(v, min, max),
() => v.clamp(min, max),
);