]> rtime.felk.cvut.cz Git - hubacji1/bcar.git/commitdiff
Fix *polygon* typo
authorJiri Vlasak <hubacji1@fel.cvut.cz>
Thu, 1 Aug 2019 14:08:20 +0000 (16:08 +0200)
committerJiri Vlasak <hubacji1@fel.cvut.cz>
Thu, 1 Aug 2019 14:08:20 +0000 (16:08 +0200)
api/bcar.h

index fc58b0b226493974d271b8d6ecb9e83e4c9f80ba..3e383aeca6e1e2c12ef287534510d1c4902fa7d8 100644 (file)
@@ -159,9 +159,9 @@ class BicycleCar {
                 }
 };
 
-/*! \brief Is `x, y` coordinate in polynom `poly`?
+/*! \brief Is `x, y` coordinate in polygon `poly`?
 
-Return `true` if `x, y` coordinate is inside of polynom `poly`.
+Return `true` if `x, y` coordinate is inside of polygon `poly`.
 
 \see https://en.wikipedia.org/wiki/Even%E2%80%93odd_rule