diff --git a/index.html b/index.html index 6a5d0eff5..86a5adede 100644 --- a/index.html +++ b/index.html @@ -39,8 +39,8 @@ like MATLAB.

just include igl headers (e.g. #include <igl/cotmatrix.h>) and run. Each header file contains a single function (e.g. igl/cotmatrix.h contains igl::cotmatrix()). Most are tailored to operate on a generic triangle mesh -stored in an n-by–3 matrix of vertex positions V and an m-by–3 matrix of -triangle indices F.

+stored in an n-by–3 matrix of vertex positions V and an m-by–3 matrix of +triangle indices F.

Optionally the library may also be pre-compiled into a statically linked library, for faster compile times with your projects. This only effects diff --git a/style-guidelines.html b/style-guidelines.html index 16d2eb49c..415b904cb 100644 --- a/style-guidelines.html +++ b/style-guidelines.html @@ -185,8 +185,8 @@ Eigen::SparseMatrix<Atype> adjacency_matrix(const ... & F);

Templating with Eigen

Functions taking Eigen dense matrices/arrays as inputs and outputs (but not -return arguments), should template on top of Eigen::PlainObjectBase. **Each -parameter** should be derived using its own template.

+return arguments), should template on top of Eigen::PlainObjectBase. Each +parameter should be derived using its own template.

For example,

@@ -264,8 +264,8 @@ unnecessary prefaces. For example, instead of compute_adjacency_matrixVariable naming conventions -

Libigl prefers short (even single character) variable names _with heavy -documentation_ in the comments in the header file or above the declaration of +

Libigl prefers short (even single character) variable names with heavy +documentation in the comments in the header file or above the declaration of the function. When possible use V to mean a list of vertex positions and F to mean a list of faces/triangles.

diff --git a/tutorial/images/streamlines.jpg.REMOVED.git-id b/tutorial/images/streamlines.jpg.REMOVED.git-id new file mode 100644 index 000000000..228fa6332 --- /dev/null +++ b/tutorial/images/streamlines.jpg.REMOVED.git-id @@ -0,0 +1 @@ +8a716f5201965b5b5b9b8ce8cfee1aa0ef8e970f \ No newline at end of file diff --git a/tutorial/tutorial.html.REMOVED.git-id b/tutorial/tutorial.html.REMOVED.git-id index e08d31293..961e3d400 100644 --- a/tutorial/tutorial.html.REMOVED.git-id +++ b/tutorial/tutorial.html.REMOVED.git-id @@ -1 +1 @@ -85350ebcb5f876161287c77568f3b6900d02b707 \ No newline at end of file +b4d291ea3ce115a6b9af9ffe3559ffd5f157bea6 \ No newline at end of file diff --git a/tutorial/tutorial.md.REMOVED.git-id b/tutorial/tutorial.md.REMOVED.git-id index 14bae0df4..ac4751ef8 100644 --- a/tutorial/tutorial.md.REMOVED.git-id +++ b/tutorial/tutorial.md.REMOVED.git-id @@ -1 +1 @@ -24049c9ad2cc3eff90b021f5f1d017c8c042e6da \ No newline at end of file +d0e101aea39668e374ff776b29cdd79667b7d8bd \ No newline at end of file