Please enable JavaScript.
Coggle requires JavaScript to display documents.
Geometry (Mesh (QuadMesh (PQ Mesh (METHODS (Generate subspace
Solves an…
Geometry
Mesh
QuadMesh
-
PQ Mesh
-
-
METHODS
Discrete Gauss Map
outputs a mesh on a sphere. It is the regular gauss map for a PQ-mesh (using the dual graph) and the special gauss map computed by parallel transformations for the conical, circular, edge-offset mesh L'implémentation est donc différente pour les différents cas.
-
-
Create Connectivity Matrix
This methods creates an edge-connectivity matrix with a special ordering allowing to simplify further calculations based on subspace generation
-
-
-
METHODS
-
-
-
Wrap|weft extraction
when the mesh is two colourable, gives a list of strips (mesh)
-
-
GenericMesh
Transform
-
-
-
-
-
Blend
Blend between several meshes, takes a list of mesh with the same connectivity with weights as input. Typically used after manipulating an initial mesh.
May be done on meshes in euclidean space or quaternionic space, or other
-
-
-
The vertices are either Point3d, Point4d, Quaternions