Interface: PolarPlaneOptions
Defined in: mobjects/graphing/ComplexPlane.ts:486
Options for creating a PolarPlane
Properties
angularDivisions?
optionalangularDivisions:number
Defined in: mobjects/graphing/ComplexPlane.ts:494
Number of angular divisions (radial lines). Default: 12
azimuthOffset?
optionalazimuthOffset:number
Defined in: mobjects/graphing/ComplexPlane.ts:510
Azimuth offset angle in radians (0 = right). Default: 0
gridColor?
optionalgridColor:string
Defined in: mobjects/graphing/ComplexPlane.ts:496
Stroke color for grid lines. Default: '#555555'
gridOpacity?
optionalgridOpacity:number
Defined in: mobjects/graphing/ComplexPlane.ts:500
Grid line opacity. Default: 0.5
gridStrokeWidth?
optionalgridStrokeWidth:number
Defined in: mobjects/graphing/ComplexPlane.ts:498
Stroke width for grid lines. Default: 1
includeAngleLabels?
optionalincludeAngleLabels:boolean
Defined in: mobjects/graphing/ComplexPlane.ts:502
Whether to include angle labels. Default: true
includeRadiusLabels?
optionalincludeRadiusLabels:boolean
Defined in: mobjects/graphing/ComplexPlane.ts:504
Whether to include radius labels. Default: true
labelColor?
optionallabelColor:string
Defined in: mobjects/graphing/ComplexPlane.ts:508
Color for axis labels. Default: '#ffffff'
labelFontSize?
optionallabelFontSize:number
Defined in: mobjects/graphing/ComplexPlane.ts:506
Font size for labels. Default: 20
radialDivisions?
optionalradialDivisions:number
Defined in: mobjects/graphing/ComplexPlane.ts:492
Number of radial divisions (concentric circles). Default: 3
radius?
optionalradius:number
Defined in: mobjects/graphing/ComplexPlane.ts:488
Maximum radius in coordinate units. Default: 3
size?
optionalsize:number
Defined in: mobjects/graphing/ComplexPlane.ts:490
Visual size (diameter) of the plane. Default: 6