visualization-tools

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

ICartesian2dInteractionBounder interface

Constrains a 2d draw range.

Signature:

export interface ICartesian2dInteractionBounder<TArray extends TTypedArray> 

Properties

Property Type Description
maxBounds IReadonlyRange2d<TArray>  
maxZoom number  

Methods

Method Description
boundRange(o_dataRange, pixelRange, maxBounds)