Home > @visualization-tools/cartesian-2d > Point2dSizeNormalizer
Normalizes the arbitrary data point size into a screen space display size.
Signature:
export declare class Point2dSizeNormalizer<TArray extends TTypedArray>
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(pixelSizeRange) | Constructs a new instance of the Point2dSizeNormalizer class |
| Method | Modifiers | Description |
|---|---|---|
| extendDataRange(min, max) | ||
| getSizeToPixelTransform() |