mesh patch 1

This commit is contained in:
h4570
2022-08-09 23:12:09 +02:00
parent 6b45629595
commit 2dad96d396
33 changed files with 252 additions and 661 deletions
+2 -1
View File
@@ -30,7 +30,8 @@ Plane::~Plane() {}
// Methods
// ----
/** Set plane by specyfying 3 points.
/**
* Set plane by specyfying 3 points.
* This function assumes that the points
* are given in counter clockwise order
*/