Home > @visualization-tools/cartesian-2d > ICartesian2dTransforms
Provides data transforms useful for drawing and interaction handling. Created by ICartesian2dUpdateArgProvider.
Signature:
export interface ICartesian2dTransforms<TArray extends TTypedArray>
| Property | Type | Description |
|---|---|---|
| dataToInteractiveArea | Mat3<TArray> | |
| dataToInteractiveSize | Mat3<TArray> | |
| dataToPlotArea | Mat3<TArray> | |
| dataToPlotSize | Mat3<TArray> |
| Method | Description |
|---|---|
| update(dataRange, plotArea, interactionArea) |