PointCloudSplatAlgorithm class final

An algorithm to render points using sizes depending on point density.

The splat algorithm automatically computes a size based on density, which varies with the level of detail currently displayed.

Inheritance

Constructors

PointCloudSplatAlgorithm({required double scaleFactor})
Creates a point cloud splat algorithm with the specified scale factor.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaleFactor double
The scale factor for the symbol size.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited