Class Constants
- Namespace
- SearchAThing.Sci
- Assembly
- netcore-sci.dll
public static class Constants
- Inheritance
-
Constants
- Inherited Members
Fields
NormalizedLengthTolerance
tolerance used when comparing normalized vectors. considering range is [0..1] the valued should not smaller than double precision (15-16 digits) ie.1e-15
public const double NormalizedLengthTolerance = 0.0001
Field Value
TwoPIRadTol
tolerance over 2PI (rad)
public const double TwoPIRadTol = 1E-10