Space Engineers
Public Member Functions | List of all members
VRageMath.Vector3INormalEqualityComparer Class Reference

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

Inheritance diagram for VRageMath.Vector3INormalEqualityComparer:

Public Member Functions

bool Equals (Vector3I x, Vector3I y)
 
int GetHashCode (Vector3I x)
 

Detailed Description

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

Definition at line 11 of file Vector3I_Comparers.cs.

Member Function Documentation

bool VRageMath.Vector3INormalEqualityComparer.Equals ( Vector3I  x,
Vector3I  y 
)
inline

Definition at line 13 of file Vector3I_Comparers.cs.

int VRageMath.Vector3INormalEqualityComparer.GetHashCode ( Vector3I  x)
inline

Definition at line 18 of file Vector3I_Comparers.cs.


The documentation for this class was generated from the following file: