Om  1.0.0
A universal framework for multimedia simulation
om::graphics::base::ViewVolume Member List

This is the complete list of members for om::graphics::base::ViewVolume, including all inherited members.

getBottomPlane() const om::graphics::base::ViewVolumeinline
getFarPlane() const om::graphics::base::ViewVolumeinline
getLeftPlane() const om::graphics::base::ViewVolumeinline
getNearPlane() const om::graphics::base::ViewVolumeinline
getRightPlane() const om::graphics::base::ViewVolumeinline
getTopPlane() const om::graphics::base::ViewVolumeinline
INSIDEom::graphics::base::ViewVolumestatic
INTERSECTSom::graphics::base::ViewVolumestatic
intersects(const Vector3 &point) const om::graphics::base::ViewVolumeinline
intersects(const Sphere3 &sphere) const om::graphics::base::ViewVolumeinline
intersects(const BoundingCone &cone) const om::graphics::base::ViewVolume
intersects(const AABB3 &box) const om::graphics::base::ViewVolume
OUTSIDEom::graphics::base::ViewVolumestatic
setBottomPlane(const Plane3 &newBottom)om::graphics::base::ViewVolumeinline
setFarPlane(const Plane3 &newFar)om::graphics::base::ViewVolumeinline
setLeftPlane(const Plane3 &newLeft)om::graphics::base::ViewVolumeinline
setNearPlane(const Plane3 &newNear)om::graphics::base::ViewVolumeinline
setRightPlane(const Plane3 &newRight)om::graphics::base::ViewVolumeinline
setTopPlane(const Plane3 &newTop)om::graphics::base::ViewVolumeinline
ViewVolume(const Plane3 &newNear, const Plane3 &newFar, const Plane3 &newLeft, const Plane3 &newRight, const Plane3 &newTop, const Plane3 &newBottom)om::graphics::base::ViewVolume