OpenMW
|
Classes | |
struct | MaxMinFinder |
Public Member Functions | |
void | add (float *data, int verts) |
bool | isValid () |
float | getRadius () |
float | minX () |
float | maxX () |
float | minY () |
float | maxY () |
float | minZ () |
float | maxZ () |
Private Attributes | |
MaxMinFinder | X |
MaxMinFinder | Y |
MaxMinFinder | Z |
void NifOgre::BoundsFinder::add | ( | float * | data, |
int | verts | ||
) | [inline] |
float NifOgre::BoundsFinder::getRadius | ( | ) | [inline] |
bool NifOgre::BoundsFinder::isValid | ( | ) | [inline] |
float NifOgre::BoundsFinder::maxX | ( | ) | [inline] |
float NifOgre::BoundsFinder::maxY | ( | ) | [inline] |
float NifOgre::BoundsFinder::maxZ | ( | ) | [inline] |
float NifOgre::BoundsFinder::minX | ( | ) | [inline] |
float NifOgre::BoundsFinder::minY | ( | ) | [inline] |
float NifOgre::BoundsFinder::minZ | ( | ) | [inline] |
MaxMinFinder NifOgre::BoundsFinder::X [private] |
MaxMinFinder NifOgre::BoundsFinder::Y [private] |
MaxMinFinder NifOgre::BoundsFinder::Z [private] |