radiusRange property

List<double>? radiusRange
getter/setter pair

Range ratio of coordinate radius to plane radius.

The list should have 2 items of start and end.

The plane radius range is defined by startRadius and endRadius.

If null, a default [0, 1] is set, meaning the same with plane radius.

Implementation

List<double>? radiusRange;