Skip to content

Commit 1b65d5b

Browse files
committed
new documentation
1 parent e9632e0 commit 1b65d5b

File tree

3 files changed

+1156
-40
lines changed

3 files changed

+1156
-40
lines changed

src/sparse_voxel_grid.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
const char *ds_sparse_voxel_grid = R"igl_Qu8mg5v7(
1111
12-
sparse_voxel_grid( p0, scalarFunc, eps, CV, CS, CI )
1312
Given a point, p0, on an isosurface, construct a shell of epsilon sized cubes surrounding the surface.
1413
These cubes can be used as the input to marching cubes.
1514

tutorial/exporter.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@
2626
"the number of positively",
2727
"trace(",
2828
"Z(known,:)",
29-
"kron(ones("
29+
"kron(ones(",
30+
"E(i,K(i))",
31+
"I(i) == E(J(i),K(i",
32+
"FF(I,:) = ",
33+
"f(X)"
3034
]
3135

3236
def format_data(data):

0 commit comments

Comments
 (0)