visualization-tools

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

GlTrace2dNaturalLogTransformComponent class

Applies natural log to a trace gl connector. The behavior of the transform is undefined if the range is less than 0.

Signature:

export declare class GlTrace2dNaturalLogTransformComponent implements IGlTransformComponent<TGl2ComponentRenderer, IGlTraceBinder, ICartesian2dUpdateArg<Float32Array>, unknown> 

Implements: IGlTransformComponent<TGl2ComponentRenderer, IGlTraceBinder, ICartesian2dUpdateArg<Float32Array>, unknown>

Constructors

Constructor Modifiers Description
(constructor)(traceBinder)   Constructs a new instance of the GlTrace2dNaturalLogTransformComponent class

Properties

Property Modifiers Type Description
factory static GlTransformComponentFactory<IGlTraceTransformBinder, TGl2ComponentRenderer<never>>  
specification   IGlProgramSpec  

Methods

Method Modifiers Description
getCacheId()    
initialize(transformRenderer)    
performTransform(entity, transformRenderer, updateArg)    
resetState()    
setOutputBuffers(entity, binder, transformRenderer)