diff options
| author | mzuenni <michi.zuendorf@gmail.com> | 2023-01-10 11:40:09 +0100 |
|---|---|---|
| committer | mzuenni <michi.zuendorf@gmail.com> | 2023-01-10 11:40:09 +0100 |
| commit | fd1f2b36e95c03625297b7b8cba3b1a04a0cc0ed (patch) | |
| tree | b143619750b90fbfa45a98be9ea56904d1a7129d /geometry/formulars3d.cpp | |
| parent | 8faa84ca282d51e9ce4fef535e68325adabcebad (diff) | |
change whitespaces
Diffstat (limited to 'geometry/formulars3d.cpp')
| -rw-r--r-- | geometry/formulars3d.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/geometry/formulars3d.cpp b/geometry/formulars3d.cpp index f527d57..65aba4a 100644 --- a/geometry/formulars3d.cpp +++ b/geometry/formulars3d.cpp @@ -6,8 +6,8 @@ double dot(pt3 a, pt3 b) {return a|b;} // Kreuzprodukt pt3 operator*(pt3 a, pt3 b) {return {a.y*b.z - a.z*b.y, - a.z*b.x - a.x*b.z, - a.x*b.y - a.y*b.x};} + a.z*b.x - a.x*b.z, + a.x*b.y - a.y*b.x};} pt3 cross(pt3 a, pt3 b) {return a*b;} // Länge von a |
