1
0
Fork 0

Cleanup: typo

pull/13515/head
Susan 2025-02-14 18:27:17 +00:00
parent 313c91b37b
commit e74b4aa521
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ static void CreateRandomStarShapedPolygon(int radius, std::span<Point> shape)
* @param y Y coordinate relative to centre of shape.
* @param v1 First vertex of triangle.
* @param v2 Second vertex of triangle.
* @param v3 Third vertic of triangle.
* @param v3 Third vertex of triangle.
* @returns true if the given coordinates lie within a triangle.
*/
static bool IsPointInTriangle(const int x, const int y, const Point &v1, const Point &v2, const Point &v3)