angleRange property

List<double>? angleRange
getter/setter pair

Range ratio of coordinate angle to plane angle.

The list should have 2 items of start and end.

The plane angle range is defined by startAngle and endAngle.

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

Implementation

List<double>? angleRange;