labelTiltMatrix property

Matrix2 labelTiltMatrix

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

Identity for horizontal labels. Just passed down to LabelContainers.

Implementation

vector_math.Matrix2 get labelTiltMatrix => vector_math.Matrix2.identity();