CGAL 5.4 - 2D Arrangements
CGAL::Arr_geodesic_arc_on_sphere_traits_2< Kernel, X, Y >::Construct_point_2 Class Reference

#include <CGAL/Arr_geodesic_arc_on_sphere_traits_2.h>

Definition

Types

typedef Arr_geodesic_arc_on_sphere_traits_2< Kernel, X, Y >::Point_2 result_type
 
typedef Kernel::FT FT
 
typedef Kernel::Direction_3 Direction_3
 

Operations

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. More...
 
Point_2 operator() (const Direction_3 &other)
 Construct a point on the sphere from a (not necessarily normalized) direction. More...
 

Member Function Documentation

◆ operator()() [1/2]

template<typename Kernel , typename X , typename Y >
Point_2 CGAL::Arr_geodesic_arc_on_sphere_traits_2< Kernel, X, Y >::Construct_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.

Parameters
[in]xthe x coordinate
[in]ythe y coordinate
[in]zthe z coordinate

◆ operator()() [2/2]

template<typename Kernel , typename X , typename Y >
Point_2 CGAL::Arr_geodesic_arc_on_sphere_traits_2< Kernel, X, Y >::Construct_point_2::operator() ( const Direction_3 other)

Construct a point on the sphere from a (not necessarily normalized) direction.

Parameters
otherthe other direction