Processing Community Forum
Collisions on moving objects
Processing
Coding Questions
Chrisir
October 26, 2020, 1:19pm
2
Use dist() command- see reference
Like if (dist(x,y 100, obstacleypos) < 44) {// hit
}
1 Like
show post in topic
Related topics
Topic
Replies
Views
Activity
Need help with dist()
Coding Questions
4
790
May 21, 2020
Collisions and arrays on Processing Java
Coding Questions
4
817
October 22, 2021
Help with collision between two array objects
Coding Questions
1
334
May 13, 2020
Collision of the player with the moving rectangles
Beginners
homework
18
1252
May 22, 2020
Collision between moving objects
Coding Questions
1
243
January 7, 2019