Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - georgemarian

Pages: [1]
1
General / Re: Need Help
« on: April 16, 2017, 06:59:41 pm »
Sorry i am new to this forum :D.

getGlobalBounds() is a float react type .





2
General / Need Help
« on: April 15, 2017, 10:31:24 pm »
Hello ,i recently i got into sfml and i steped into a problem.

i have 2 shape classes and i want to know when they collide with each other using

if(ObjClass1.getGlobalBounds().intersets(ObjClass2.getGlobalBounds()))
{
//instruncions
}
but it's not working in any type or form.I would appreaciate a tip  ;D

Pages: [1]