SFCGAL 2.0.0
SFCGAL::Sphere_builder< HDS > Class Template Reference

Helper class for building the sphere polyhedron. More...

Inheritance diagram for SFCGAL::Sphere_builder< HDS >:

Public Member Functions

 Sphere_builder (double radius, int num_vertical, int num_horizontal, Point_3 center, const Kernel::Vector_3 &direction)
void operator() (HDS &hds) override

Detailed Description

template<class HDS>
class SFCGAL::Sphere_builder< HDS >

Helper class for building the sphere polyhedron.

Constructor & Destructor Documentation

◆ Sphere_builder()

template<class HDS>
SFCGAL::Sphere_builder< HDS >::Sphere_builder ( double radius,
int num_vertical,
int num_horizontal,
Point_3 center,
const Kernel::Vector_3 & direction )
inline

Member Function Documentation

◆ operator()()

template<class HDS>
void SFCGAL::Sphere_builder< HDS >::operator() ( HDS & hds)
inlineoverride