- In the extension bar, click the AdBlock Plus icon
- Click the large blue toggle for this website
- Click refresh
- In the extension bar, click the AdBlock icon
- Under "Pause on this site" click "Always"
- In the extension bar, click on the Adguard icon
- Click on the large green toggle for this website
- In the extension bar, click on the Ad Remover icon
- Click "Disable on This Website"
- In the extension bar, click on the orange lion icon
- Click the toggle on the top right, shifting from "Up" to "Down"
- In the extension bar, click on the Ghostery icon
- Click the "Anti-Tracking" shield so it says "Off"
- Click the "Ad-Blocking" stop sign so it says "Off"
- Refresh the page
- In the extension bar, click on the uBlock Origin icon
- Click on the big, blue power button
- Refresh the page
- In the extension bar, click on the uBlock icon
- Click on the big, blue power button
- Refresh the page
- In the extension bar, click on the UltraBlock icon
- Check the "Disable UltraBlock" checkbox
- Please disable your Ad Blocker
- Disable any DNS blocking tools such as AdGuardDNS or NextDNS
- Disable any privacy or tracking protection extensions such as Firefox Enhanced Tracking Protection or DuckDuckGo Privacy.
If the prompt is still appearing, please disable any tools or services you are using that block internet ads (e.g. DNS Servers, tracking protection or privacy extensions).
Question
azcodemonkey
As a testament to my suckiness at math, I'm stumped at how to derive a heading for a circle travelling in a circular orbit counterclockwise.
The beginning state of the disk is to have a heading of 90 deg, starting in the first quadrant. I have the disk updating its heading every 1/30th of a second, along with doing collision detection. What I can't figure is what info I need to update the heading.
I've tried taking the delta V, and taking the atan of dx/dy, as well as a few thousand different permutations to no avail... :cry: I haven't taken trig in many years, so I'm lost... completely.
According to my instructors bidding, I have a tick method that is called when ever the arena that is managing the disks ticks, and it passes a disk state object to the method. I am supposed to treat the disk state as read only, and I can only update the disk heading based on the state.
Here's the assignment if you want to see exactly what I have to do. http://www.opticverve.us/bins/lab4a.pdf
Link to comment
https://www.neowin.net/forum/topic/110983-math-problem-c/Share on other sites
4 answers to this question
Recommended Posts