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

VRageMath.MathHelper.IsZero

Malware edited this page Dec 25, 2018 · 18 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