mirror of https://github.com/CGAL/cgal
update changes
This commit is contained in:
parent
eb8e5e5b35
commit
9d88ce0826
|
|
@ -22,10 +22,10 @@ Release date: March 2019
|
||||||
|
|
||||||
### 3D Fast Intersection and Distance Computation
|
### 3D Fast Intersection and Distance Computation
|
||||||
|
|
||||||
- The primitives AABB_face_graph_triangle_primitive and
|
- The primitives `AABB_face_graph_triangle_primitive` and
|
||||||
AABB_halfedge_graph_segment_primitive now use a pair of id and
|
`AABB_halfedge_graph_segment_primitive` now use as `Id` a pair of descriptor and
|
||||||
graph if they are parameterized to deal with several graphs in
|
graph pointer in the case they are configured to deal with a possible different
|
||||||
per tree (with the template tag.)
|
graph per primitive (configuration set using a template tag).
|
||||||
|
|
||||||
Release 4.13
|
Release 4.13
|
||||||
------------
|
------------
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue