Click or drag to resize
DigitalRuneDigitalRune.Geometry.Meshes Namespace
The DigitalRune.Geometry.Meshes namespace provides support for handling triangle meshes.
Classes
  ClassDescription
Public classConvexDecomposition
Performs an approximate convex decomposition of an input mesh. (Not available on these platforms: Silverlight, Windows Phone 7, Xbox 360)
Public classDcelEdge
Edge data structure for a Doubly-Connected Edge List (DCEL).
Public classDcelFace
Face data structure for a Doubly-Connected Edge List (DCEL).
Public classDcelMesh
A mesh represented by a Doubly-Connected Edge List (DCEL).
Public classDcelVertex
Vertex data structure for a Doubly-Connected Edge List (DCEL).
Public classTriangleMesh
Provides a simple ITriangleMesh implementation using vertex and index lists.
Public classVertexAdjacency
Stores the adjacency lists for the vertices of a mesh. (For internal use only.)
Interfaces
  InterfaceDescription
Public interfaceITriangleMesh
Represents a triangle mesh.