CGAL 4.10.1 官方文档 软件包概述 ——几何内核类

Geometry Kernels 几何内核类

 

  • 2D and 3D Linear Geometry Kernel  2D3D线性几何内核

 

CGAL 4.10.1 官方文档 软件包概述 ——几何内核类_第1张图片

 

作者:Hervé Brönnimann, Andreas Fabri, Geert-Jan Giezeman, Susan Hert, Michael Hoffmann, Lutz Kettner, Sylvain Pion, Stefan Schirra

 

简介:This package contains kernels each containing objects of constant size, such as point, vector, direction, line, ray, segment, circle as well as predicates and constructions for these objects. The kernels mainly differ in the way they handle robustness issues.

这个包的内核包含了点、向量、方向、直线、射线、线段、圆这些固定大小的对象,以及这些对象的谓词和结构。在处理鲁棒性问题的方式上,这些内核通常会有所不同。

 

Introduced in引入版本: CGAL 0.9
BibTeX 文献排版cgal:bfghhkps-lgk23-17b
License 版权许可LGPL 

 

用户手册英文链接:

https://doc.cgal.org/latest/Kernel_23/index.html#Chapter_2D_and_3D_Geometry_Kernel

 

API参考手册英文连接:

https://doc.cgal.org/latest/Kernel_23/group__PkgKernel23.html

 

  • dD Geometry Kernel  d维几何内核

 

CGAL 4.10.1 官方文档 软件包概述 ——几何内核类_第2张图片

 

作者:Michael Seel

 

简介:The dD Kernel contains objects of constant size, such as point, vector, direction, line, ray, segment, circle in d dimensional Euclidean space, as well as predicates and constructions for these objects.

d维内核包含d维欧式空间中的点、向量、方向、直线、射线、线段、圆等固定大小的对象,以及这些对象的谓词和结构。

 

Introduced in 引入版本: CGAL 1.1
BibTeX 文献排版cgal:s-gkd-17b
License 版权许可LGPL 

 

用户手册英文链接:

https://doc.cgal.org/latest/Kernel_d/index.html#Chapter_dD_Geometry_Kernel

 

API参考手册英文连接:

https://doc.cgal.org/latest/Kernel_d/group__PkgKernelD.html

 

  • 2D Circular Geometry Kernel 二维圆形几何内核

 

CGAL 4.10.1 官方文档 软件包概述 ——几何内核类_第3张图片

 

作者:Pedro Machado Manhães de Castro, Sylvain Pion, Monique Teillaud

 

简介:This package is an extension of the linear CGAL kernel. It offers functionalities on circles, circular arcs and line segments in the plane.

这个包是线性CGAL内核的一个扩展。它提供了平面上圆、圆弧和线段的若干功能。

 

Introduced in 引入版本: CGAL 3.2
BibTeX 文献排版cgal:cpt-cgk2-17b
License 版权许可GPL 
Windows Demo 示例程序Arrangement of Circular Arcs
Common Demo Dlls 示例程序动态链接库dlls

 

用户手册英文链接:

https://doc.cgal.org/latest/Circular_kernel_2/index.html#Chapter_2D_Circular_Geometry_Kernel

 

API参考手册英文连接:

https://doc.cgal.org/latest/Circular_kernel_2/group__PkgCircularKernel2.html

 

  • 3D Spherical Geometry Kernel 三维球形几何内核

 

CGAL 4.10.1 官方文档 软件包概述 ——几何内核类_第4张图片

 

作者:Pedro Machado Manhães de Castro, Frédéric Cazals, Sébastien Loriot, Monique Teillaud

 

简介:This package is an extension of the linear CGAL Kernel. It offers functionalities on spheres, circles, circular arcs and line segments, in the 3D space or restricted on a reference sphere.

这个包是线性CGAL内核的一个扩展。它提供了三维空间或限制在参考球上的球形、圆、圆弧和线段的若干功能。

 

Introduced in 引入版本: CGAL 3.4
BibTeX 文献排版cgal:cclt-sgk3-17b
License 版权许可GPL 

 

用户手册英文链接:

https://doc.cgal.org/latest/Circular_kernel_3/index.html#Chapter_3D_Spherical_Geometry_Kernel

 

API参考手册英文连接:

https://doc.cgal.org/latest/Circular_kernel_3/group__PkgSphericalKernel3.html

你可能感兴趣的:(C/C++,CGAL,计算几何算法库)