Crate rtbvh[][src]

Macros

Creates an AABB from a list of vertices

Structs

Enums

Traits

Functions

Split an unsigned integer such that its bits are spaced by 2 zeros. For instance, morton_split(0b00110010) = 0b000000001001000000001000.