CGAL Version:
master
6.0.1
latest
5.6.2
5.5.5
5.4.5
5.3.2
5.2.4
5.1.5
5.0.4
4.14.3
4.13.2
4.12.2
4.11.3
4.10.2
4.9.1
4.8.2
4.7
4.6.3
4.5.2
4.4
4.3
cgal.org
Top
Getting Started
Organization of the Manual
Package Overview
Acknowledging CGAL
CGAL 4.7 - 2D and 3D Linear Geometry Kernel
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Groups
Pages
CGAL 4.7 - 2D and 3D Linear Geometry Kernel
User Manual
Reference Manual
Concepts
Predefined Kernels
2D Kernel Objects
3D Kernel Objects
Kernel Classes
Global Kernel Functions
CGAL::angle()
CGAL::area()
CGAL::are_ordered_along_line()
CGAL::are_strictly_ordered_along_line()
CGAL::barycenter()
CGAL::bisector()
CGAL::centroid()
CGAL::circumcenter()
CGAL::collinear_are_ordered_along_line()
CGAL::collinear_are_strictly_ordered_along_line()
CGAL::collinear()
CGAL::compare_dihedral_angle()
CGAL::compare_distance_to_point()
CGAL::compare_lexicographically()
CGAL::compare_signed_distance_to_line()
CGAL::compare_signed_distance_to_plane()
CGAL::compare_slopes()
CGAL::compare_squared_distance()
CGAL::compare_squared_radius()
CGAL::compare_x()
CGAL::compare_xy()
CGAL::compare_x_at_y()
CGAL::compare_y_at_x()
CGAL::compare_y()
CGAL::compare_xyz()
CGAL::compare_z()
CGAL::compare_yx()
CGAL::coplanar()
CGAL::coplanar_orientation()
CGAL::coplanar_side_of_bounded_circle()
CGAL::cross_product()
CGAL::determinant()
CGAL::do_intersect()
CGAL::equidistant_line()
CGAL::has_larger_distance_to_point()
CGAL::has_larger_signed_distance_to_line()
CGAL::has_larger_signed_distance_to_plane()
CGAL::has_smaller_distance_to_point()
CGAL::has_smaller_signed_distance_to_line()
CGAL::has_smaller_signed_distance_to_plane()
CGAL::intersection()
CGAL::left_turn()
CGAL::lexicographically_xy_larger()
CGAL::lexicographically_xy_larger_or_equal()
CGAL::lexicographically_xy_smaller()
CGAL::lexicographically_xy_smaller_or_equal()
CGAL::lexicographically_xyz_smaller()
CGAL::lexicographically_xyz_smaller_or_equal()
CGAL::max_vertex()
CGAL::midpoint()
CGAL::min_vertex()
CGAL::normal()
CGAL::orientation()
CGAL::orthogonal_vector()
CGAL::parallel()
CGAL::radical_plane()
CGAL::radical_line()
CGAL::rational_rotation_approximation()
CGAL::right_turn()
CGAL::side_of_bounded_circle()
CGAL::side_of_bounded_sphere()
CGAL::side_of_oriented_circle()
CGAL::side_of_oriented_sphere()
CGAL::squared_area()
CGAL::squared_distance()
CGAL::squared_radius()
CGAL::unit_normal()
CGAL::volume()
CGAL::x_equal()
CGAL::y_equal()
CGAL::z_equal()
CGAL::operator+
CGAL::operator-
CGAL::operator
CGAL::do_overlap()
Enumerations and Related Functions
Cartesian/Homogenous Conversion
Dimension Handling Tools
Null_vector
Origin
Upgrading from CGAL::Object to boost::variant
Refinement Relationships
Deprecated List
Is Model Relationships
Has Model Relationships
Bibliographic References
Class and Concept List
Examples
Functions
CGAL::cross_product()
Global Kernel Functions
Functions
template<typename Kernel >
CGAL::Vector_3
<
Kernel
>
CGAL::cross_product
(const
CGAL::Vector_3
<
Kernel
> &u, const
CGAL::Vector_3
<
Kernel
> &v)
returns the cross product of
u
and
v
.