Interface: PolarPlaneOptions
Defined in: mobjects/graphing/ComplexPlane.ts:469
Options for creating a PolarPlane
Properties
angularDivisions?
optionalangularDivisions:number
Defined in: mobjects/graphing/ComplexPlane.ts:477
Number of angular divisions (radial lines). Default: 12
azimuthOffset?
optionalazimuthOffset:number
Defined in: mobjects/graphing/ComplexPlane.ts:493
Azimuth offset angle in radians (0 = right). Default: 0
gridColor?
optionalgridColor:string
Defined in: mobjects/graphing/ComplexPlane.ts:479
Stroke color for grid lines. Default: '#555555'
gridOpacity?
optionalgridOpacity:number
Defined in: mobjects/graphing/ComplexPlane.ts:483
Grid line opacity. Default: 0.5
gridStrokeWidth?
optionalgridStrokeWidth:number
Defined in: mobjects/graphing/ComplexPlane.ts:481
Stroke width for grid lines. Default: 1
includeAngleLabels?
optionalincludeAngleLabels:boolean
Defined in: mobjects/graphing/ComplexPlane.ts:485
Whether to include angle labels. Default: true
includeRadiusLabels?
optionalincludeRadiusLabels:boolean
Defined in: mobjects/graphing/ComplexPlane.ts:487
Whether to include radius labels. Default: true
labelColor?
optionallabelColor:string
Defined in: mobjects/graphing/ComplexPlane.ts:491
Color for axis labels. Default: '#ffffff'
labelFontSize?
optionallabelFontSize:number
Defined in: mobjects/graphing/ComplexPlane.ts:489
Font size for labels. Default: 20
radialDivisions?
optionalradialDivisions:number
Defined in: mobjects/graphing/ComplexPlane.ts:475
Number of radial divisions (concentric circles). Default: 3
radius?
optionalradius:number
Defined in: mobjects/graphing/ComplexPlane.ts:471
Maximum radius in coordinate units. Default: 3
size?
optionalsize:number
Defined in: mobjects/graphing/ComplexPlane.ts:473
Visual size (diameter) of the plane. Default: 6