Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

VRageMath.Vector4.Clamp

Malware edited this page Dec 25, 2018 · 16 revisions

IndexVector4

csharp[Vector4](VRageMath.Vector4) Clamp([Vector4](VRageMath.Vector4) value1, [Vector4](VRageMath.Vector4) min, [Vector4](VRageMath.Vector4) max)##### Summary

Restricts a value to be within a specified range.

csharpvoid Clamp(ref [Vector4](VRageMath.Vector4) value1, ref [Vector4](VRageMath.Vector4) min, ref [Vector4](VRageMath.Vector4) max, ref [Vector4](VRageMath.Vector4) result)##### Summary

Restricts a value to be within a specified range.

Clone this wiki locally