Camera2DD constructor
Camera2DD({})
Implementation
Camera2DD({
super.originalPointer,
Vector2D? offset,
Vector2D? target,
this.rotation = 0,
this.zoom = 0,
}) :
offset = offset ?? .zero(),
target = target ?? .zero();