visualization-tools

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

Cartesian2dNaturalLogTransform class

Apply natural log as a transform, range must be greater than 0.

Signature:

export declare class Cartesian2dNaturalLogTransform extends ACartesian2dUserTransform implements ICartesian2dUserTransform 

Extends: ACartesian2dUserTransform

Implements: ICartesian2dUserTransform

Constructors

Constructor Modifiers Description
(constructor)(xTransformEnabled, yTransformEnabled)   Constructs a new instance of the Cartesian2dNaturalLogTransform class

Properties

Property Modifiers Type Description
forwardX   (x: number) => number  
forwardY   (y: number) => number  
reverseX   (x: number) => number  
reverseY   (y: number) => number  
transformId   ECartesian2dUserTransform  
transformId static symbol  
userTransformId   symbol  
xTransformEnabled   boolean  
yTransformEnabled   boolean  

Methods

Method Modifiers Description
updateTransform(xTransformEnabled, yTransformEnabled)