fastgac.IcoMesh

class fastgac.IcoMesh

This stores the mesh of a refined icosahedron. Note that the ordering of the vertices and triangles are very particular. This ordering must be maintained for use during an unwrapping procedure.

__init__(self: fastgac_pybind.IcoMesh) → None
property adjacency_matrix

The vertex adjacency matrix, NX6

property triangle_normals

The triangle normals in the mesh, KX3

property triangles

The vetrices in the mesh, NX3

property vertices

The triangles in the mesh, KX3