Clock 9.03: Rotate Arc

Goal

image

The arc should start at the top instead of on the right! Can we use the Rotate() function to help us turn it around?

Code Area

flowchart

	style A fill:#37bf19, stroke:#37bf19
	style B fill:#37bf19, stroke:#37bf19
	style C fill:#f79e45, stroke:#f79e45
	style D stroke:#6495ED
	style E stroke:#6495ED
	
	A((Module 9.01)) --> B((Module 9.02))
	B --> C((Module 9.03))
	C --> D((Module 9.04))
	D --> E((Module 9.05))

	click A "https://info.strivemath.com/eca/future-projects/ufo-401-ellipse-1"
	click B "https://info.strivemath.com/eca/future-projects/ufo-401-ellipse-1/ufo-402-arc-ending-angle"
	click C "https://info.strivemath.com/eca/future-projects/ufo-401-ellipse-1/module-4-ufo/clock-903-rotate-arc"
	click D "https://info.strivemath.com/eca/future-projects/ufo-401-ellipse-1/ufo-404-arc-size"
	click E "https://info.strivemath.com/eca/future-projects/ufo-401-ellipse-1/ufo-405-circle-coordinates"
	
	subgraph Learning
	A & B & C & D & E
	end

	subgraph Clock
	end