This commit is contained in:
Sébastien Loriot 2021-04-10 09:19:46 +02:00
parent dfe70d17e7
commit 0e6754b15e
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ private:
// The class `Plane` is used for the 7-8 walls of a prism.
// We store at the same time threee points and a plane.
// We store at the same time three points and a plane.
// That is easier than retrieving the 3 points of a lazy plane.
struct Plane {
Plane()