Table of Contents

Constructor EpsilonPointComparer

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

EpsilonPointComparer(double)

Creates a new comparer with the given tolerance.

public EpsilonPointComparer(double epsilon = 1E-09)

Parameters

epsilon double

The inclusive tolerance applied to each coordinate comparison. Default is 1e-9.