MacedWindow@lemmy.world to Microblog Memes@lemmy.worldEnglish · 5 months agoYou know it in your heart to be truelemmy.worldimagemessage-square84fedilinkarrow-up11.04Karrow-down126
arrow-up11.01Karrow-down1imageYou know it in your heart to be truelemmy.worldMacedWindow@lemmy.world to Microblog Memes@lemmy.worldEnglish · 5 months agomessage-square84fedilink
minus-squarebitchkat@lemmy.worldlinkfedilinkEnglisharrow-up2arrow-down1·5 months agoHow do you put something in a 2 dimensional space? A square has no height.
minus-squareDaxtron2@startrek.websitelinkfedilinkEnglisharrow-up4·edit-25 months agoif(player1.x < player2.x + player2.width && player1.x + player1.width > player2.x && player1.y < player2.y + player2.height && player1.y + player1.height > player2.y) { //collision }
How do you put something in a 2 dimensional space? A square has no height.