Package eu.iv4xr.framework.spatial.meshes


package eu.iv4xr.framework.spatial.meshes
Provide mainly the class Mesh for representing 3D surface meshes.
  • Class Summary
    Class
    Description
    This class contains two indices in the form of primitive integers that describe an edge.
    An "EdgeMap" is actually a simple representation of a graph, which consists of a set of vertices, identified by their integer-id, and edges between these vertices.
    Represent a polygon, described by a set of vertices, stored in an array called vertices.
    A simple container to store mesh-data.