cgal/Weights
Mael Rouxel-Labbé 2a679483b2 Fix ARAP post processing
The formula of weights is "- tan(theta / 2) / length", with:
 tan ( theta / 2 ) = sin ( theta ) / ( 1 + cos ( theta ) )
                   = ( 2 * A / |v1| * |v2| ) / ( 1 + v1 . v2 / |v1| * |v2| )
		   = 2 * A / ( |v1| * |v2| + v1 . v2 )

with A the _unsigned_ area.
2022-10-16 16:22:29 +02:00
..
doc/Weights Fix Heat Method & Weights package labels 2021-11-10 21:02:32 +01:00
examples/Weights do not set cxx standard in the final target cmake script 2022-05-04 10:37:02 +02:00
include/CGAL Fix ARAP post processing 2022-10-16 16:22:29 +02:00
package_info/Weights switch to LGPL 2021-10-18 17:37:27 +02:00
test/Weights do not set cxx standard in the final target cmake script 2022-05-04 10:37:02 +02:00