Jumble of Thoughts: here I give myself the liberty
to freely write down anything, without caring about correctness, completeness, formatting
or relevance. Those draft may be incomplete, incorrect, or just plain wrong.
I may convert those notes into a proper article later on, or not.
Math, JavaScript ThreeJs, python to compute B-spline basis functions with De Boor's algorithm - 09/2023 - #
Geometry
Image loading…
C++ code to compute tetrahdron circumcenter - 05/2021 - #
Geometry
Image loading…
Definition, formula to compute the curvature of a 3d parametric curve - 11/2020 - #
Geometry
Image loading…
C++ code to solve the Biharmonic equation over a triangle mesh - 05/2019 - #
Geometry
Image loading…
cheat sheet. - 05/2019 - #
Geometry
Image loading…
Correctly averaging normals over a none homogenous triangle/vertex distribution - 06/2018 - #
Geometry
Image loading…
Diffuse per vertex weights/scalar map/scalar function over an irregular triangle mesh (laplacian diffusion) - 05/2018 - #
Geometry
Image loading…
Laplacian smoothing codes and routines (weighted Laplacian scheme) - 06/2016 - #
Geometry
Image loading…
Dropping a procedure to compute the Laplacian smoothing of a 3D mesh (with cotangent weights).
Useful to compute smoothing or the Laplacian of a mesh - 06/2016 - #
Geometry
Image loading…
Compute biharmonic weights on regular grids - 08/2014 - #
Geometry
Image loading…
Draft / notes / memo
Image loading…
Dropping my code of the [
cmake version of voro++0.4.5 ].
It helped me to compile the voro++ library under windows with cmake.
Image loading…
Recipe and code to solve the laplace equation over a closed domain with C++ - 12/2013 - #
Geometry
Image loading…
Using the C++ template library vcglib - 10/2013 - #
Geometry

How to compute the curvature for a triangular 3d mesh - 05/2013 - #
Geometry
Image loading…
Defining and giving the formula to compute the curvature over a triangle mesh at some vertices.
$$
\newcommand{\Annotation}[1]{\mathrlap{~~~~~~\raisebox{0.8em}{$\scriptstyle\htmlClass{annotation-text}{\begin{array}{l}#1\end{array}}$}}}
\newcommand{\annotation}[1]{{~~~~~~\raisebox{0.8em}{$\scriptstyle\htmlClass{annotation-text}{\begin{array}{l}#1\end{array}}$}}}
$$
Handles generic dimensions 2D, 3D etc. with templates - 05/2013 - #
Geometry

with C++ code to solve the Laplace equation over a triangle mesh - 03/2013 - #
Geometry
$$
\newcommand{\Annotation}[1]{\mathrlap{~~~~~~\raisebox{0.8em}{$\scriptstyle\htmlClass{annotation-text}{\begin{array}{l}#1\end{array}}$}}}
\newcommand{\annotation}[1]{{~~~~~~\raisebox{0.8em}{$\scriptstyle\htmlClass{annotation-text}{\begin{array}{l}#1\end{array}}$}}}
$$
Image loading…
Formula to compute the average of the principal curvatures given a vector valued function - 04/2024 - #
Geometry,
Jumble
Formula of the mean curvature for a surface described with a 2 variable function graph z = f(x, y) - 04/2024 - #
Geometry,
Jumble
Formula of the Gaussian curvature for a surface described with a 2 variable function graph z = f(x, y) - 04/2024 - #
Geometry,
Jumble
Formula to compute the product of principal curvatures given a vector valued function - 04/2024 - #
Geometry,
Jumble
How to compute the curvature of a function graph with one variable. - 04/2024 - #
Geometry,
Jumble
Compute harmonic weights on regular grids (Laplacian) - 09/2023 - #
Geometry,
Jumble
Development of the velocity of a Bézier curve. - 08/2023 - #
Geometry,
Jumble
- 05/2019 - #
Geometry,
Jumble
A compact computation with matrices - 04/2014 - #
Jumble,
Geometry