mirror of https://github.com/CGAL/cgal
61 lines
1.4 KiB
TeX
Executable File
61 lines
1.4 KiB
TeX
Executable File
% +------------------------------------------------------------------------+
|
|
% | Reference manual page: Sphere.tex
|
|
% +------------------------------------------------------------------------+
|
|
% | 1.07.2001 Johan W.H. Tangelder
|
|
% | Package: ASPAS
|
|
% |
|
|
\RCSdef{\RCSBalldRev}{$Revision$}
|
|
\RCSdefDate{\RCSBalldDate}{$Date$}
|
|
% |
|
|
%%RefPage: end of header, begin of main body
|
|
% +------------------------------------------------------------------------+
|
|
|
|
|
|
\begin{ccRefConcept}{Sphere}
|
|
|
|
%% \ccHtmlCrossLink{} %% add further rules for cross referencing links
|
|
%% \ccHtmlIndexC[concept]{} %% add further index entries
|
|
|
|
\ccDefinition
|
|
|
|
The concept \ccRefName\ defines the requirements for arbitrary dimensional spheres.
|
|
|
|
{\bf Refines}
|
|
|
|
QueryItem
|
|
|
|
|
|
\ccTypes
|
|
|
|
\ccTypedef{Kernel_traits<Sphere>::Kernel::FT FT;}{Number type.}
|
|
|
|
|
|
\ccCreationVariable{s} %% choose variable name
|
|
|
|
|
|
|
|
\ccOperations
|
|
|
|
\ccMethod{SpatialPoint center();}
|
|
{Returns the center of the sphere \ccVar.}
|
|
|
|
|
|
\ccMethod{FT squared_radius();}
|
|
{Returns the squared radius of the sphere \ccVar.}
|
|
|
|
|
|
\ccHasModels
|
|
|
|
\ccc{CGAL::Iso_circle_2<Kernel>}, \ccc{CGAL::Iso_sphere_3<Kernel>},
|
|
\ccc{CGAL::Iso_sphere_d<Kernel>}.
|
|
|
|
|
|
|
|
\end{ccRefConcept}
|
|
|
|
% +------------------------------------------------------------------------+
|
|
%%RefPage: end of main body, begin of footer
|
|
% EOF
|
|
% +------------------------------------------------------------------------+
|
|
|