visualization-tools

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

Cartesian2dTransforms class

Provides data transforms useful for drawing and interaction handling. Created by ICartesian2dUpdateArgProvider.

Signature:

export declare class Cartesian2dTransforms<TCtor extends TTypedArrayCtor> implements ICartesian2dTransforms<InstanceType<TCtor>> 

Implements: ICartesian2dTransforms<InstanceType<TCtor>>

Constructors

Constructor Modifiers Description
(constructor)(ctor)   Constructs a new instance of the Cartesian2dTransforms class

Properties

Property Modifiers Type Description
dataToInteractiveArea   Mat3<InstanceType<TCtor>>  
dataToInteractiveSize   Mat3<InstanceType<TCtor>>  
dataToPlotArea   Mat3<InstanceType<TCtor>>  
dataToPlotSize   Mat3<InstanceType<TCtor>>  

Methods

Method Modifiers Description
update(dataRange, plotArea, interactionArea)