Revision history of "Examples"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 07:01, 25 May 2010Diego (talk | contribs). . (2,525 bytes) (+2,525). . (Created page with '===Creating functions=== int DistBetweenObjs(CGObject* ObA, CGObject* ObB) { dx = ObA->PosX - ObB->PosX; dy = ObA->PosY - ObB->PosY; r = sqrt(dx * dx + dy * dy);…')