Interface: PrecisionCalculator
Serialization.PrecisionDetection.PrecisionCalculator
Defines functionality for precision calculation for floating point data
Methods
(abstract) calculatePrecision(data, property) → {int}
Calculates an estimated precision value for the specified data
Parameters:
Name | Type | Description |
---|---|---|
data | Float32Array | The data to be used for the calculation |
property | PathBuilding.PathPoint.Property | Geometric/appearance property, which corresponds to the given sequence of path point data values |
Returns:
precision
Type
int