Skip to content

VRageMath.Vector3LNormalEqualityComparer

Morten Aune Lyrstad edited this page Apr 16, 2022 · 46 revisions

IndexNamespace Index

Vector3LNormalEqualityComparer Class

public class Vector3LNormalEqualityComparer: IEqualityComparer<Vector3L>

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

Namespace: VRageMath
Assembly: VRage.Math.dll

Implements:

Constructors

Vector3LNormalEqualityComparer()

Methods

bool Equals(Vector3L x, Vector3L y)

int GetHashCode(Vector3L x)

Clone this wiki locally