Table of Contents

Method GetHashCode

Namespace
LMKit.Graphics.Geometry
Assembly
LM-Kit.NET.dll

GetHashCode(Point)

Generates a hash code that is stable under the configured tolerance by quantizing coordinates.

public int GetHashCode(Point p)

Parameters

p Point

The point to hash.

Returns

int

A hash code value.