Skip to main content

Interface: PolarPlaneOptions

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

Options for creating a PolarPlane

Properties

angularDivisions?

optional angularDivisions: number

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

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


azimuthOffset?

optional azimuthOffset: number

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

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


gridColor?

optional gridColor: string

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

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


gridOpacity?

optional gridOpacity: number

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

Grid line opacity. Default: 0.5


gridStrokeWidth?

optional gridStrokeWidth: number

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

Stroke width for grid lines. Default: 1


includeAngleLabels?

optional includeAngleLabels: boolean

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

Whether to include angle labels. Default: true


includeRadiusLabels?

optional includeRadiusLabels: boolean

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

Whether to include radius labels. Default: true


labelColor?

optional labelColor: string

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

Color for axis labels. Default: '#ffffff'


labelFontSize?

optional labelFontSize: number

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

Font size for labels. Default: 20


radialDivisions?

optional radialDivisions: number

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

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


radius?

optional radius: number

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

Maximum radius in coordinate units. Default: 3


size?

optional size: number

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

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