Skip to content

Commit dbba9ca

Browse files
authored
copyleft::marching_cubes -> marching_cubes (#1666)
* copyleft::marching_cubes -> marching_cubes * restor imguizmo * fix doc; lambda return type
1 parent 225edb4 commit dbba9ca

19 files changed

+959
-200
lines changed

include/igl/copyleft/marching_cubes.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ namespace igl
3939
// vertices #V by 3 list of mesh vertex positions
4040
// faces #F by 3 list of mesh triangle indices
4141
//
42+
// See also: igl::marching_cubes
4243
template <typename DerivedValues, typename DerivedPoints, typename DerivedVertices, typename DerivedFaces>
4344
IGL_INLINE void marching_cubes(
4445
const Eigen::MatrixBase<DerivedValues> &values,

include/igl/copyleft/offset_surface.cpp

Lines changed: 0 additions & 64 deletions
This file was deleted.

include/igl/copyleft/offset_surface.h

Lines changed: 0 additions & 54 deletions
This file was deleted.

include/igl/copyleft/swept_volume.h

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)