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

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

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

Namespace: VRageMath
Assembly: VRage.Math (in VRage.Math.dll) Version: 1.0.0.0
Syntax
C#
public static bool IsZero(
	Vector3 value,
	float epsilon
)

Parameters

value
Type: VRageMathVector3

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

epsilon
Type: SystemSingle

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

Return Value

Type: Boolean

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

See Also