Interface: DotOptions
Defined in: mobjects/geometry/Dot.ts:8
Options for creating a Dot
Properties
color?
optionalcolor:string
Defined in: mobjects/geometry/Dot.ts:14
Fill color as CSS color string. Default: white (#FFFFFF)
fillOpacity?
optionalfillOpacity:number
Defined in: mobjects/geometry/Dot.ts:16
Fill opacity from 0 to 1. Default: 1
point?
optionalpoint:Vector3Tuple
Defined in: mobjects/geometry/Dot.ts:10
Position of the dot. Default: [0, 0, 0]
radius?
optionalradius:number
Defined in: mobjects/geometry/Dot.ts:12
Radius of the dot. Default: 0.08
strokeWidth?
optionalstrokeWidth:number
Defined in: mobjects/geometry/Dot.ts:18
Stroke width in pixels. Default: 0 (no stroke)