fix two typos

This commit is contained in:
Laurent Rineau 2023-11-29 15:34:36 +01:00
parent 52f8cfffbd
commit 46877d4134
1 changed files with 2 additions and 2 deletions

View File

@ -945,10 +945,10 @@ namespace CommonKernelFunctors {
// x = <ab> * abad
// y = <abac> * abad
// z = <ab^abac> * abad
// We have x == 0, because abad and ab are orthogonal, and then abad is in
// We have x == 0, because abad and ab are orthogonal, and thus abad is in
// the plane (yz) of the new basis.
//
// In that basic, the dihedral angle is the angle between the y axis and abad
// In that basis, the dihedral angle is the angle between the y axis and abad
// which is the arctan of y/z, or atan2(z, y).
//
// (Note that ab^abac is in the plane abc, pointing outside the tetra if