Type Definition broccoli_tree::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.