You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
On a CGAL::Point_3, requesting coordinates with x(), y(), z() seems to trigger the conversion to exact coordinates. Whereas as long as points are created and only predicates are used, exact coordinates are not needed and computations are way faster.
Direct coordinate access may be avoided in normal.h, plane.h and GeometrySet
The text was updated successfully, but these errors were encountered:
On a CGAL::Point_3, requesting coordinates with x(), y(), z() seems to trigger the conversion to exact coordinates. Whereas as long as points are created and only predicates are used, exact coordinates are not needed and computations are way faster.
Direct coordinate access may be avoided in normal.h, plane.h and GeometrySet
The text was updated successfully, but these errors were encountered: