Interface: PointData
Defined in: mobjects/point/PMobject.ts:14
A single point with position, color, and opacity.
Properties
color?
optionalcolor:string
Defined in: mobjects/point/PMobject.ts:18
Color as CSS color string
opacity?
optionalopacity:number
Defined in: mobjects/point/PMobject.ts:20
Opacity from 0 to 1
position
position:
Vector3Tuple
Defined in: mobjects/point/PMobject.ts:16
Position [x, y, z]