Class: SpectralConformalParameterization

Projects. SpectralConformalParameterization


new SpectralConformalParameterization(geometry)

This class implements the spectral conformal parameterization algorithm to flatten
surface meshes with boundaries conformally.

Parameters:
Name Type Description
geometry module:Core.Geometry

The input geometry of the mesh this class acts on.

Properties:
Name Type Description
geometry module:Core.Geometry

The input geometry of the mesh this class acts on.

vertexIndex Object

A dictionary mapping each vertex of the input mesh to a unique index.

Methods


flatten()

Flattens the input surface mesh with 1 or more boundaries conformally.

Returns:

A dictionary mapping each vertex to a vector of planar coordinates.

Type
Object