Type Definition libfive::TreeFloat[][src]

type TreeFloat = Tree;
Expand description

An alias for Tree.

Used to make the kind of sensible input more obvious for some operators.

Trait Implementations

impl From<f32> for TreeFloat[src]

fn from(constant: f32) -> Self[src]

Creates a constant Tree.