Trees

Type Alias Trees 

Source
pub type Trees = Vec<Tree>;
Expand description

A collection of Trees.

This is used for the *_multi() CSG operations.

Aliased Typeยง

pub struct Trees { /* private fields */ }