visualization-tools

Home > @visualization-tools/cartesian-2d > Point2dSizeNormalizer

Point2dSizeNormalizer class

Normalizes the arbitrary data point size into a screen space display size.

Signature:

export declare class Point2dSizeNormalizer<TArray extends TTypedArray> 

Constructors

Constructor Modifiers Description
(constructor)(pixelSizeRange)   Constructs a new instance of the Point2dSizeNormalizer class

Methods

Method Modifiers Description
extendDataRange(min, max)    
getSizeToPixelTransform()