Jump to content

Count to a million


DubWolf

CTAM after 1 million  

193 users have voted

  1. 1. What should happen after 1 million is reached?

    • Start over at 1
      30
    • Keep counting to infinity (count to the next million(s))
      106
    • Count back down to 1 (then back up)
      52
    • Other (pm or mention if you'd like)
      15


Recommended Posts

341268

 

Rising posts " that speed " and the next people i see edited their post because they all ninjad each other  :lol:

 

EDIT: Got ninjad too.

Edited by .hack//SUNSET

Signature.png.dfe30e494cadddd2f98e87ea7e3841eb.png

Sig made by Kyoshi

Link to comment
Share on other sites

341.2xx

 

I love maths :wub:

 

Ex.: An object orbits on around a point P(-2.0|1.0). It has an distance of 2.5m to the point it orbits. It rotates with an speed of 60 degrees per second.
How can you retrieve it's position every second?

 

p = orbit point | t = time | v = speed | r = radius (distance to point)

 

x = p.x + cos(t*v) * r  → x = -2 + cos(t*60) * 2.5
y = p.y + sin(t*v) * r  → y = 1 + sin(t*60) * 2.5

 

 

No, I am not that bored, I needed that for some programming stuff :b

Edited by CAPTNCAPS

„I shall be quiet as a calm sea. Which is... not... very quiet.“

„This is intolerable!“

„Even combat is a partnership... for a little while.“

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Join the herd!

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...