visualization-tools

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

GlPoint2dNaturalLogTransformComponent class

Applies natural log to an indexable gl connector. The behavior of the transform is undefined if any point is less than 0.

Signature:

export declare class GlPoint2dNaturalLogTransformComponent implements IGlTransformComponent<TGl2ComponentRenderer, IGlIndexedPoint2dBinder<Float32Array>, ICartesian2dUpdateArg<Float32Array>, unknown> 

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

Constructors

Constructor Modifiers Description
(constructor)(point2dBinder)   Constructs a new instance of the GlPoint2dNaturalLogTransformComponent class

Properties

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

Methods

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