mirror of https://github.com/CGAL/cgal
- Coplanar_side_of_oriented_circle_3.
This commit is contained in:
parent
17020aa66e
commit
c38598e6a3
|
|
@ -1,3 +1,6 @@
|
||||||
|
2.15 (13 Apr 2001)
|
||||||
|
- coplanar_side_of_oriented_circle().
|
||||||
|
|
||||||
2.14 (23 Mar 2001)
|
2.14 (23 Mar 2001)
|
||||||
- Add Construct_center_[23].
|
- Add Construct_center_[23].
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -377,6 +377,8 @@ If the result type is a number type, the prefix is \ccc{Compute_}:
|
||||||
\ccGlue
|
\ccGlue
|
||||||
\ccNestedType{Coplanar_orientation_3}{}
|
\ccNestedType{Coplanar_orientation_3}{}
|
||||||
\ccGlue
|
\ccGlue
|
||||||
|
\ccNestedType{Coplanar_side_of_oriented_circle_3}{}
|
||||||
|
\ccGlue
|
||||||
\ccNestedType{Side_of_oriented_sphere_3}{}
|
\ccNestedType{Side_of_oriented_sphere_3}{}
|
||||||
\ccGlue
|
\ccGlue
|
||||||
\ccNestedType{Side_of_bounded_sphere_3}{}
|
\ccNestedType{Side_of_bounded_sphere_3}{}
|
||||||
|
|
@ -711,6 +713,8 @@ an \ccc{_object} suffix.
|
||||||
\ccGlue
|
\ccGlue
|
||||||
\ccMemberFunction{Kernel::Coplanar_orientation_3 coplanar_orientation_3_object() const ;}{}
|
\ccMemberFunction{Kernel::Coplanar_orientation_3 coplanar_orientation_3_object() const ;}{}
|
||||||
\ccGlue
|
\ccGlue
|
||||||
|
\ccMemberFunction{Kernel::Coplanar_side_of_oriented_circle_3 coplanar_side_of_oriented_circle_3_object() const ;}{}
|
||||||
|
\ccGlue
|
||||||
\ccMemberFunction{Kernel::Orientation_3 orientation_3_object() const ;}{}
|
\ccMemberFunction{Kernel::Orientation_3 orientation_3_object() const ;}{}
|
||||||
\ccGlue
|
\ccGlue
|
||||||
\ccMemberFunction{Kernel::Is_degenerate_3 is_degenerate_3_object() const ;}{}
|
\ccMemberFunction{Kernel::Is_degenerate_3 is_degenerate_3_object() const ;}{}
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,16 @@
|
||||||
|
\begin{ccRefFunctionObjectConcept}{Kernel::Coplanar_side_of_oriented_circle_3}
|
||||||
|
A model for this must provide:
|
||||||
|
|
||||||
|
\ccCreationVariable{fo}
|
||||||
|
|
||||||
|
\ccMemberFunction{Oriented_side operator()(const Kernel::Point_3&p,
|
||||||
|
const Kernel::Point_3&q,
|
||||||
|
const Kernel::Point_3&r,
|
||||||
|
const Kernel::Point_3&s);}
|
||||||
|
{returns the oriented side of the circle defined
|
||||||
|
by \ccc{p}, \ccc{q}, and \ccc{r} on which \ccc{s} lies.
|
||||||
|
\ccPrecond \ccc{p}, \ccc{q}, \ccc{r}, and \ccc{s} are coplanar and
|
||||||
|
\ccc{p}, \ccc{q}, and \ccc{r} are not collinear.}
|
||||||
|
|
||||||
|
\end{ccRefFunctionObjectConcept}
|
||||||
|
|
||||||
|
|
@ -335,6 +335,8 @@
|
||||||
\KernelRefLayout
|
\KernelRefLayout
|
||||||
\input{Ref/Kernel_Coplanar_orientation_3.tex} %ck
|
\input{Ref/Kernel_Coplanar_orientation_3.tex} %ck
|
||||||
\KernelRefLayout
|
\KernelRefLayout
|
||||||
|
\input{Ref/Kernel_Coplanar_side_of_oriented_circle_3.tex} %ck
|
||||||
|
\KernelRefLayout
|
||||||
\input{Ref/Kernel_Counterclockwise_in_between_2.tex} %ck
|
\input{Ref/Kernel_Counterclockwise_in_between_2.tex} %ck
|
||||||
\KernelRefLayout
|
\KernelRefLayout
|
||||||
\input{Ref/Kernel_Direction_2.tex} %ck
|
\input{Ref/Kernel_Direction_2.tex} %ck
|
||||||
|
|
|
||||||
|
|
@ -377,6 +377,8 @@ If the result type is a number type, the prefix is \ccc{Compute_}:
|
||||||
\ccGlue
|
\ccGlue
|
||||||
\ccNestedType{Coplanar_orientation_3}{}
|
\ccNestedType{Coplanar_orientation_3}{}
|
||||||
\ccGlue
|
\ccGlue
|
||||||
|
\ccNestedType{Coplanar_side_of_oriented_circle_3}{}
|
||||||
|
\ccGlue
|
||||||
\ccNestedType{Side_of_oriented_sphere_3}{}
|
\ccNestedType{Side_of_oriented_sphere_3}{}
|
||||||
\ccGlue
|
\ccGlue
|
||||||
\ccNestedType{Side_of_bounded_sphere_3}{}
|
\ccNestedType{Side_of_bounded_sphere_3}{}
|
||||||
|
|
@ -711,6 +713,8 @@ an \ccc{_object} suffix.
|
||||||
\ccGlue
|
\ccGlue
|
||||||
\ccMemberFunction{Kernel::Coplanar_orientation_3 coplanar_orientation_3_object() const ;}{}
|
\ccMemberFunction{Kernel::Coplanar_orientation_3 coplanar_orientation_3_object() const ;}{}
|
||||||
\ccGlue
|
\ccGlue
|
||||||
|
\ccMemberFunction{Kernel::Coplanar_side_of_oriented_circle_3 coplanar_side_of_oriented_circle_3_object() const ;}{}
|
||||||
|
\ccGlue
|
||||||
\ccMemberFunction{Kernel::Orientation_3 orientation_3_object() const ;}{}
|
\ccMemberFunction{Kernel::Orientation_3 orientation_3_object() const ;}{}
|
||||||
\ccGlue
|
\ccGlue
|
||||||
\ccMemberFunction{Kernel::Is_degenerate_3 is_degenerate_3_object() const ;}{}
|
\ccMemberFunction{Kernel::Is_degenerate_3 is_degenerate_3_object() const ;}{}
|
||||||
|
|
|
||||||
|
|
@ -335,6 +335,8 @@
|
||||||
\KernelRefLayout
|
\KernelRefLayout
|
||||||
\input{Ref/Kernel_Coplanar_orientation_3.tex} %ck
|
\input{Ref/Kernel_Coplanar_orientation_3.tex} %ck
|
||||||
\KernelRefLayout
|
\KernelRefLayout
|
||||||
|
\input{Ref/Kernel_Coplanar_side_of_oriented_circle_3.tex} %ck
|
||||||
|
\KernelRefLayout
|
||||||
\input{Ref/Kernel_Counterclockwise_in_between_2.tex} %ck
|
\input{Ref/Kernel_Counterclockwise_in_between_2.tex} %ck
|
||||||
\KernelRefLayout
|
\KernelRefLayout
|
||||||
\input{Ref/Kernel_Direction_2.tex} %ck
|
\input{Ref/Kernel_Direction_2.tex} %ck
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue