#include <CGAL/Arr_geodesic_arc_on_sphere_traits_2.h>
template<typename
Kernel, typename X, typename Y>
class CGAL::Arr_geodesic_arc_on_sphere_traits_2< Kernel, X, Y >::Construct_point_2
Construction functor of a point.
- Is model of
Assignable
CopyConstructible
AdaptableUnaryFunction
AdaptableTernaryFunction
|
Point_2 | operator() (const FT &x, const FT &y, const FT &z) |
| Construct a point on the sphere from three coordinates, which define a (not necessarily normalized) direction.
|
|
Point_2 | operator() (const Direction_3 &other) |
| Construct a point on the sphere from a (not necessarily normalized) direction.
|
|
◆ operator()() [1/2]
template<typename
Kernel , typename X , typename Y >
Construct a point on the sphere from a (not necessarily normalized) direction.
- Parameters
-
◆ operator()() [2/2]
template<typename
Kernel , typename X , typename Y >
Construct a point on the sphere from three coordinates, which define a (not necessarily normalized) direction.
- Parameters
-
[in] | x | the x coordinate |
[in] | y | the y coordinate |
[in] | z | the z coordinate |