Struct bvh::flat_bvh::FlatNode[][src]

pub struct FlatNode { /* fields omitted */ }

A structure of a node of a flat BVH. The structure of the nodes allows for an iterative traversal approach without the necessity to maintain a stack or queue.

Auto Trait Implementations

impl Send for FlatNode

impl Sync for FlatNode