Interface: PMobjectOptions
Defined in: mobjects/point/PMobject.ts:27
Options for creating a PMobject
Properties
color?
optionalcolor:string
Defined in: mobjects/point/PMobject.ts:31
Default color for points. Default: white (#FFFFFF)
opacity?
optionalopacity:number
Defined in: mobjects/point/PMobject.ts:33
Default opacity for points. Default: 1
points?
optionalpoints:PointData[]
Defined in: mobjects/point/PMobject.ts:29
Initial points to add
pointSize?
optionalpointSize:number
Defined in: mobjects/point/PMobject.ts:35
Size of each point in pixels. Default: 10
roundPoints?
optionalroundPoints:boolean
Defined in: mobjects/point/PMobject.ts:37
Render points as circles instead of squares. Default: true