Camera2DD constructor
Camera2DD({})
Implementation
Camera2DD({
super.op,
Vector2D? offset,
Vector2D? target,
double rotation = 0,
double zoom = 1,
}) :
_offset = offset ?? .zero(),
_target = target ?? .zero(),
_rotation = rotation,
_zoom = zoom;