Click or drag to resize
Vector3ClampToSphere Method (Vector3, Single)

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:VRageMath.Vector3.ClampToSphere(VRageMath.Vector3,System.Single)"]

Namespace: VRageMath
Assembly: VRage.Math (in VRage.Math.dll) Version: 1.0.0.0
Syntax
C#
public static Vector3 ClampToSphere(
	Vector3 vector,
	float radius
)

Parameters

vector
Type: VRageMathVector3

[Missing <param name="vector"/> documentation for "M:VRageMath.Vector3.ClampToSphere(VRageMath.Vector3,System.Single)"]

radius
Type: SystemSingle

[Missing <param name="radius"/> documentation for "M:VRageMath.Vector3.ClampToSphere(VRageMath.Vector3,System.Single)"]

Return Value

Type: Vector3

[Missing <returns> documentation for "M:VRageMath.Vector3.ClampToSphere(VRageMath.Vector3,System.Single)"]

See Also