Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRageMath.Vector3D.Clamp

Malware edited this page Jan 26, 2019 · 17 revisions

IndexNamespace IndexVector3D

Summary

public static Vector3D Clamp(Vector3D value1, Vector3D min, Vector3D max)

Restricts a value to be within a specified range.

Returns

Vector3D

Parameters

Summary

public static void Clamp(ref Vector3D value1, ref Vector3D min, ref Vector3D max, out Vector3D result)

Restricts a value to be within a specified range.

Parameters

Clone this wiki locally