labelTiltMatrix property

  1. @override
Matrix2 labelTiltMatrix
override

Rotation matrix corresponding to the angle by which labels are tilted.

Identity for horizontal labels. Just passed down to LabelContainers.

Implementation

@override
vector_math.Matrix2 get labelTiltMatrix => _labelTiltMatrix;