A class that holds min and max bounds vectors. More...
#include <edoVectorBounds.h>
Public Member Functions | |
edoVectorBounds (EOT min, EOT max) | |
EOT | min () |
EOT | max () |
unsigned int | size () |
Private Attributes | |
EOT | _min |
EOT | _max |
A class that holds min and max bounds vectors.
Definition at line 34 of file edoVectorBounds.h.