Relative Content

Tag Archive for c#mathgeometryprocedural-generation

Point inside circle

I want to check if a point Q is inside a circle (P1, P2, P3) but im having problems when the point is part of the circle because the last condition return it as flase when it should be true, this is because of float precission.

Point inside cirlce

I want to check if a point Q is inside a circle (P1, P2, P3) but im having problems when the point is part of the circle because the last condition return it as flase when it should be true, this is because of float precission.