Skip to main content

Interface: PolarPlaneOptions

Defined in: mobjects/graphing/ComplexPlane.ts:469

Options for creating a PolarPlane

Properties

angularDivisions?

optional angularDivisions: number

Defined in: mobjects/graphing/ComplexPlane.ts:477

Number of angular divisions (radial lines). Default: 12


azimuthOffset?

optional azimuthOffset: number

Defined in: mobjects/graphing/ComplexPlane.ts:493

Azimuth offset angle in radians (0 = right). Default: 0


gridColor?

optional gridColor: string

Defined in: mobjects/graphing/ComplexPlane.ts:479

Stroke color for grid lines. Default: '#555555'


gridOpacity?

optional gridOpacity: number

Defined in: mobjects/graphing/ComplexPlane.ts:483

Grid line opacity. Default: 0.5


gridStrokeWidth?

optional gridStrokeWidth: number

Defined in: mobjects/graphing/ComplexPlane.ts:481

Stroke width for grid lines. Default: 1


includeAngleLabels?

optional includeAngleLabels: boolean

Defined in: mobjects/graphing/ComplexPlane.ts:485

Whether to include angle labels. Default: true


includeRadiusLabels?

optional includeRadiusLabels: boolean

Defined in: mobjects/graphing/ComplexPlane.ts:487

Whether to include radius labels. Default: true


labelColor?

optional labelColor: string

Defined in: mobjects/graphing/ComplexPlane.ts:491

Color for axis labels. Default: '#ffffff'


labelFontSize?

optional labelFontSize: number

Defined in: mobjects/graphing/ComplexPlane.ts:489

Font size for labels. Default: 20


radialDivisions?

optional radialDivisions: number

Defined in: mobjects/graphing/ComplexPlane.ts:475

Number of radial divisions (concentric circles). Default: 3


radius?

optional radius: number

Defined in: mobjects/graphing/ComplexPlane.ts:471

Maximum radius in coordinate units. Default: 3


size?

optional size: number

Defined in: mobjects/graphing/ComplexPlane.ts:473

Visual size (diameter) of the plane. Default: 6