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

VRageMath.Vector3INormalEqualityComparer

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

IndexNamespace Index

Vector3INormalEqualityComparer Class

public class Vector3INormalEqualityComparer: IEqualityComparer<Vector3I>

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

Namespace: VRageMath
Assembly: VRage.Math.dll

Implements:

Constructors

Vector3INormalEqualityComparer()

Methods

bool Equals(Vector3I x, Vector3I y)

int GetHashCode(Vector3I x)

Clone this wiki locally