#include "Box.h"

Go to the source code of this file.
Functions | |
| float | boxBoxDistance (Vector3 &normal, BoxPoint &boxPointA, BoxPoint &boxPointB, Box &boxA, const Transform3 &transformA, Box &boxB, const Transform3 &transformB, float distanceThreshold=FLT_MAX) |
| float boxBoxDistance | ( | Vector3 & | normal, | |
| BoxPoint & | boxPointA, | |||
| BoxPoint & | boxPointB, | |||
| Box & | boxA, | |||
| const Transform3 & | transformA, | |||
| Box & | boxB, | |||
| const Transform3 & | transformB, | |||
| float | distanceThreshold = FLT_MAX | |||
| ) |
Definition at line 772 of file boxBoxDistance.cpp.
1.6.1