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

VRageMath.MathHelper.IsEqual

Malware edited this page Dec 25, 2018 · 17 revisions

IndexMathHelper

csharp[bool](System.Boolean) IsEqual([float](System.Single) value1, [float](System.Single) value2)``````csharp[bool](System.Boolean) IsEqual([Vector2](VRageMath.Vector2) value1, [Vector2](VRageMath.Vector2) value2)``````csharp[bool](System.Boolean) IsEqual([Vector3](VRageMath.Vector3) value1, [Vector3](VRageMath.Vector3) value2)``````csharp[bool](System.Boolean) IsEqual([Quaternion](VRageMath.Quaternion) value1, [Quaternion](VRageMath.Quaternion) value2)``````csharp[bool](System.Boolean) IsEqual([QuaternionD](VRageMath.QuaternionD) value1, [QuaternionD](VRageMath.QuaternionD) value2)``````csharp[bool](System.Boolean) IsEqual([Matrix](VRageMath.Matrix) value1, [Matrix](VRageMath.Matrix) value2)

Clone this wiki locally