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