Skip to main content
Ctrl+K
DiGeo Documentation - Home DiGeo Documentation - Home
  • Installation
  • User guide
  • API
  • Examples
  • Release History
  • GitHub
  • Installation
  • User guide
  • API
  • Examples
  • Release History
  • GitHub

Section Navigation

  • digeo
    • digeo.Mesh
    • digeo.MeshBatch
    • digeo.MeshPoint
    • digeo.MeshPointBatch
    • digeo.load_mesh_from_file
    • digeo.load_mesh_from_trimesh
  • digeo.ops
    • digeo.ops.trace_geodesics
    • digeo.ops.uniform_sampling
  • digeo.nn
    • digeo.nn.AGC
    • digeo.nn.BiharmonicDistance
  • digeo.optim
    • digeo.optim.MeshLossFunc
    • digeo.optim.mesh_gd
    • digeo.optim.mesh_lbfgs
  • API
  • digeo

digeo#

Classes

Mesh

Initialize a Mesh object with vertices, faces, and optional precomputed data.

MeshBatch

Allows batched operations of meshes.

MeshPoint

Initialize a MeshPoint with a face index and UV coordinates.

MeshPointBatch

Initialize a batch of MeshPoints.

Functions

load_mesh_from_file

Load a mesh from a file.

load_mesh_from_trimesh

Load a mesh from a trimesh object.

previous

API

next

digeo.Mesh

Show Source

© Copyright 2026, DiGeo Developers.