mirror of https://github.com/CGAL/cgal
Fix: RegularTriangulationTraits_3::Bare_point
Bug fixes in specification. The Regular_triangulation_3 template, does require that its template parameter Gt has a nested type Gt::Bare_point.
This commit is contained in:
parent
b06d74f5ef
commit
cc081c16cf
|
|
@ -48,6 +48,8 @@ point $p\in\R^3$ or the weighted point ${p}^{(w)}=(p,w_p)$.
|
|||
|
||||
\ccTwo{RegularTriangulationTraits_3::Weighted_point_3xx}{}
|
||||
\ccNestedType{Weighted_point_3}{The weighted point type.}
|
||||
\ccGlue
|
||||
\ccNestedType{Bare_point}{The (un-weighted) point type.}
|
||||
|
||||
\ccTwo{Regular}{}
|
||||
\ccNestedType{Power_test_3}
|
||||
|
|
|
|||
Loading…
Reference in New Issue