Skip to content

CGAL::angle() applications #5988

Answered by lrineau
petrasvestartas asked this question in Q&A
Discussion options

You must be logged in to vote

Usage in CGAL

CGAL::angle is not directly used, in CGAL. In the CGAL algorithm, we use the kernel API: CGAL::Angle_2 and CGAL::Angle_3.

Meaning

I tried to search in CGAL repo but I cannot find explanation about:
CGAL::OBTUSE, CGAL::RIGHT or CGAL::ACUTE
I guess that CGAL::RIGHT is 90 degrees and CGAL::OBTUSE is x>90 degrees and CGAL::ACUTE x<90.

Yes, that is right. That has the same meaning as the math…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by MaelRL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants
Converted from issue

This discussion was converted from issue #5987 on September 14, 2021 08:02.