Skip to main content

Interface: DotOptions

Defined in: mobjects/geometry/Dot.ts:8

Options for creating a Dot

Properties

color?

optional color: string

Defined in: mobjects/geometry/Dot.ts:14

Fill color as CSS color string. Default: white (#FFFFFF)


fillOpacity?

optional fillOpacity: number

Defined in: mobjects/geometry/Dot.ts:16

Fill opacity from 0 to 1. Default: 1


point?

optional point: Vector3Tuple

Defined in: mobjects/geometry/Dot.ts:10

Position of the dot. Default: [0, 0, 0]


radius?

optional radius: number

Defined in: mobjects/geometry/Dot.ts:12

Radius of the dot. Default: 0.08


strokeWidth?

optional strokeWidth: number

Defined in: mobjects/geometry/Dot.ts:18

Stroke width in pixels. Default: 0 (no stroke)