molecular
|
#include <AxisAlignedBox.h>
Public Attributes | |
float | fraction |
Fraction of the line between start and end where the box is hit. More... | |
int | hitAxis |
int | hitDirection |
-1 if the box was hit on the minimum of hitAxis, 1 otherwise More... | |
float molecular::util::AxisAlignedBox::LineIntersectionResult::fraction |
Fraction of the line between start and end where the box is hit.
A negative value means no hit.
int molecular::util::AxisAlignedBox::LineIntersectionResult::hitAxis |
int molecular::util::AxisAlignedBox::LineIntersectionResult::hitDirection |
-1 if the box was hit on the minimum of hitAxis, 1 otherwise