This commit is contained in:
kai-z99 2024-07-06 17:14:37 -07:00
parent 6343cb57bf
commit 6a49d2a28d

View File

@ -2179,7 +2179,6 @@ bool CheckCollisionPointCircle(Vector2 point, Vector2 center, float radius)
return collision;
}
// Check if point is inside a triangle defined by three points (p1, p2, p3)
bool CheckCollisionPointTriangle(Vector2 point, Vector2 p1, Vector2 p2, Vector2 p3)
{