inverseMetricDistanceSquared MethodStatic
If a is large enough, return 1/a, using the square of Geometry.smallMetricDistance as the tolerance for declaring it as divide by zero. Otherwise return undefined.
inverseMetricDistanceSquared(a: number): number | undefined
| Parameter | Type | Description |
|---|---|---|
| a | number | denominator of division |
Defined in
Last Updated: 08 January, 2020