Skip to content

wongshek/CGAL-Plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

CGAL-Plugin

Fuzzy_rotate_cylinder

Find points that inside a 3d rotate cylinder base on CGAL KD-tree

Input:

  • two endpoints of a line segment
  • radius of the cylinder
    // A simple example
    Point_d beginPt(58.5445, 90.3174, 149.704);
    Point_d endPt(58.1525, 92.8705, 149.728);
    std::vector<Point_d> vec_pt3;
    Traits::FT radius = 0.3;
    Fuzzy_rot_cylinder frc(beginPt, endPt, radius, 0.0);
    tree.search(std::back_inserter(vec_pt3), frc);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%