visualization-tools

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

Point2dDisplaySettings class

Point config where not specified per point. Colors are stored normalized.

Signature:

export declare class Point2dDisplaySettings extends Mat4.f32 

Extends: Mat4.f32

Constructors

Constructor Modifiers Description
(constructor)(pixelSize, color, highlightColor)   Constructs a new instance of the Point2dDisplaySettings class

Properties

Property Modifiers Type Description
highlightedSegments   ReadonlySet<number> | null  
packedColor   number  
packedHighlightColor   number  

Methods

Method Modifiers Description
getNormalizedColor()    
getNormalizedHighlightColor()    
getPixelSize()    
setColor(rgbaColor)    
setHighlightColor(rgbaColor)    
setSize(size)