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

VRageMath.Vector3LNormalEqualityComparer

Malware edited this page Dec 13, 2025 · 47 revisions

DEPRECATION NOTICE

This API documentation is out of date and no longer maintained.

Please visit the new documentation at: https://malforge.github.io/spaceengineers/pbapi

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