Posts by Hackdoor145 • 75 points
2 posts
-
1
votes2
answers494
viewsQ: How to calculate the Xmin,Xmax,Ymin,Ymax of an object?
I’m playing a simple game like "space Invaders" in Opengl and in the part of the collisions need to calculate the minimum and maximum X and Y values, but I still can’t figure out how to do this.…
-
6
votes1
answer71
viewsQ: How to call an object within the creation of another object
I have a Person class and a Date class, the Person class creates a person the date class creates a date to use as the date of birth in the Person class, how do I create a date without having to use…