DefaultA

Type Alias DefaultA 

Source
pub type DefaultA = XAXIS;
Expand description

The default starting axis of a Tree. It is set to be the X axis. This means that the first divider is a ‘vertical’ line since it is partitioning space based off of the aabb’s X value.

Aliased Type§

pub struct DefaultA;