-
Notifications
You must be signed in to change notification settings - Fork 0
DiGi.ComputeSharp.Core.Constants
github-actions[bot] edited this page Jul 15, 2026
·
2 revisions
Provides tolerance constants used for numerical comparisons and geometric calculations.
public static class ToleranceInheritance System.Object → Tolerance
Angle tolerance. Equivalent of 2 degrees
public const double Angle = 0.0349066;Distance tolerance.
public const double Distance = 1E-06;Macro distance tolerance.
public const double MacroDistance = 0.001;