distanceTol
distanceTol: number | undefined
Distance tolerance, interpreted as follows:
- Maximum distance of
P
from the tangent plane at curve pointQ
in order forQ-P
to be considered a tangent to the curve. - Minimum length of a line/stroke segment for which to consider computing a tangent.
- Default value is smallMetricDistance.
Defined in
- curve/CurvePrimitive.ts Line 116
Last Updated: 26 April, 2025
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.