Struct rrt::Tree [] [src]

pub struct Tree {
    pub dim: usize,
    pub kdtree: KdTree<usize, Vec<f64>>,
    pub vertices: Vec<Node<Vec<f64>>>,
    pub name: String,
}

Fields

Methods

impl Tree
[src]

Trait Implementations

impl Debug for Tree
[src]

Formats the value using the given formatter.