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

VRageMath.Vector3LNormalEqualityComparer

Morten Aune Lyrstad edited this page Apr 16, 2022 · 47 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

Member Description
$1Vector3LNormalEqualityComparer()](VRageMath.Vector3LNormalEqualityComparer..ctor)

Methods

Member Description
$1bool Equals(Vector3L, Vector3L)](VRageMath.Vector3LNormalEqualityComparer.Equals)
$1int GetHashCode(Vector3L)](VRageMath.Vector3LNormalEqualityComparer.GetHashCode)

Clone this wiki locally