DEFINE DIRECTIONAL_MOVEMENT : DIRECTION\Double, DISTANCE\Double {
    POSITION.X += (SINE : DIRECTION) * DISTANCE
    POSITION.Y += (COSINE : DIRECTION) * DISTANCE
}

Icelandic Water Dragon: “Ooookay . . . seems reasonable to me.”

comments (single view)

I was thinking about subatomic physics simulations . . .

View all comments