[][src]Module gut::algo::merge

This module defines the Merge trait which defines how objects are merged together. Implementations for common mesh types are also included here.

Traits

Merge

A trait describing the action of merging mutltiple objects into a single object of the same type. This represents the inverse of splitting a mesh into components of the same type.