Skip to content

Commit

Permalink
Finally removed deprecated point
Browse files Browse the repository at this point in the history
  • Loading branch information
cignoni committed Mar 23, 2023
1 parent 4f14d2c commit 3a00d06
Show file tree
Hide file tree
Showing 13 changed files with 2,734 additions and 2,874 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -164,17 +164,17 @@ set(VCG_HEADERS
vcg/space/tetra3.h
vcg/space/triangle2.h
vcg/space/ray2.h
vcg/space/deprecated_point2.h
vcg/space/point2.h
vcg/space/point4.h
vcg/space/box2.h
vcg/space/ray3.h
vcg/space/planar_polygon_tessellation.h
vcg/space/texcoord2.h
vcg/space/deprecated_point3.h
vcg/space/point3.h
vcg/space/intersection/triangle_triangle3.h
vcg/space/distance2.h
vcg/space/point3.h
vcg/space/deprecated_point.h
vcg/space/point.h
vcg/space/space.h
vcg/space/point.h
vcg/space/colorspace.h
Expand Down Expand Up @@ -216,7 +216,7 @@ set(VCG_HEADERS
vcg/space/line2.h
vcg/space/point_matching.h
vcg/space/intersection3.h
vcg/space/deprecated_point4.h
vcg/space/point4.h
vcg/space/rasterized_outline2_packer.h
vcg/space/box.h
vcg/space/plane3.h
Expand Down
Loading

0 comments on commit 3a00d06

Please sign in to comment.