logo

Module bevy::render::primitives[]

Structs

An Axis-Aligned Bounding Box

A plane defined by a normal and distance value along the normal Any point p is in the plane if n.p = d For planes defining half-spaces such as for frusta, if n.p > d then p is on the positive side of the plane.