Monthly Archives: April 2020
Arccos in c++
In a code I’m developping (elastic model of discretized shells), I needed to have the arccos of a scalar products of two (normalized) vectors, n1 and n2. So I used : This of course will work beautifully. Because of the … Continue reading
Posted in Uncategorized
1 Comment