VGConstants.FuzzDistance Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Delta value used for floating point comparisons of gemoetric values
public: double FuzzDistance = 1E-06;
public const double FuzzDistance = 1E-06;
val mutable FuzzDistance : double
Public Const FuzzDistance As Double = 1E-06