Draw FunctionsTransformationsset-viewportset-viewport set-viewport(from: coordinate,to: coordinate,bounds: vector,) Span viewport between two coordinates and set-up scaling and translation rect((0,0), (2,2))set-viewport((0,0), (2,2), bounds: (10, 10))circle((5,5)) from: coordinateBottom left corner coordinate to: coordinateTop right corner coordinate bounds: vectorViewport bounds vector that describes the inner width, height and depth of the viewport