visualization-tools

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

ICartesian2dTransforms interface

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

Signature:

export interface ICartesian2dTransforms<TArray extends TTypedArray> 

Properties

Property Type Description
dataToInteractiveArea Mat3<TArray>  
dataToInteractiveSize Mat3<TArray>  
dataToPlotArea Mat3<TArray>  
dataToPlotSize Mat3<TArray>  

Methods

Method Description
update(dataRange, plotArea, interactionArea)