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

VRageMath.MathHelper.IsZero

Malware edited this page Dec 25, 2018 · 19 revisions

IndexMathHelper

csharp[bool](System.Boolean) IsZero([float](System.Single) value, [float](System.Single) epsilon)``````csharp[bool](System.Boolean) IsZero([double](System.Double) value, [float](System.Single) epsilon)``````csharp[bool](System.Boolean) IsZero([Vector3](VRageMath.Vector3) value, [float](System.Single) epsilon)``````csharp[bool](System.Boolean) IsZero([Vector3D](VRageMath.Vector3D) value, [float](System.Single) epsilon)``````csharp[bool](System.Boolean) IsZero([Quaternion](VRageMath.Quaternion) value, [float](System.Single) epsilon)``````csharp[bool](System.Boolean) IsZero([Vector4](VRageMath.Vector4) value)

Clone this wiki locally