Show / Hide Table of Contents

Class Vector3LNormalEqualityComparer

This can be used only to compare normal vectors of Vector3L, where X, Y and Z has values -1, 0 or 1

Inheritance
System.Object
Vector3LNormalEqualityComparer
Namespace: VRageMath
Assembly: VRage.Math.dll
Syntax
public class Vector3LNormalEqualityComparer : Object, IEqualityComparer<Vector3L>

Constructors

Vector3LNormalEqualityComparer()

Declaration
public Vector3LNormalEqualityComparer()

Methods

Equals(Vector3L, Vector3L)

Declaration
public bool Equals(Vector3L x, Vector3L y)
Parameters
Type Name Description
Vector3L x
Vector3L y
Returns
Type Description
System.Boolean

GetHashCode(Vector3L)

Declaration
public int GetHashCode(Vector3L x)
Parameters
Type Name Description
Vector3L x
Returns
Type Description
System.Int32
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾