VectorizedPoint constructor
VectorizedPoint({})
Implementation
VectorizedPoint({
Color color = WHITE,
Vector3 location = ORIGIN,
double strokeWidth = DEFAULT_STROKE_WIDTH,
this.artificialWidth = 0.01,
this.artificialHeight = 0.01,
}) : super(color: color) {
setPoints([location]);
}