Skip to main content

Interface: PMobjectOptions

Defined in: mobjects/point/PMobject.ts:26

Options for creating a PMobject

Properties

color?

optional color: string

Defined in: mobjects/point/PMobject.ts:30

Default color for points. Default: white (#FFFFFF)


opacity?

optional opacity: number

Defined in: mobjects/point/PMobject.ts:32

Default opacity for points. Default: 1


points?

optional points: PointData[]

Defined in: mobjects/point/PMobject.ts:28

Initial points to add


pointSize?

optional pointSize: number

Defined in: mobjects/point/PMobject.ts:34

Size of each point in pixels. Default: 10