已經有一個這個問題,但對於一個二維網格答案: Angles of triangles of a 3D mesh using #CGAL 據我所知,答案就2D是不同的。那麼:如何計算CGAL中2D網格的三角形角度?我可以通過成對來獲得頂點和它們各自的Vector,但是我正在尋找一種直接計算角度的方法,而不必檢查它是外角還是內角。 如果它有什麼區別,這個網格是由CDT生成的。
我試圖編譯這個小程序: // Copyright (c) 2002 Max Planck Institut fuer Informatik (Germany).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
// You can redistribute it and/or modify it
我正在嘗試使用迭代器構建向量CGAL::points_d。我不斷收到一條我不明白的錯誤消息。該錯誤似乎與我嘗試將兩個矢量迭代器傳遞給CGAL::Points_d對象的方式一樣。我認爲這可能是圍繞指示點的維度問題,我使用了Dynamic_Dimension_Tag,但我無法想象這個問題。消息如下。 error: no matching function for call to ‘std::vecto