/
class Enlighten IPrecompVolumeQuery

This is the documentation for Enlighten.

class Enlighten IPrecompVolumeQuery

class Enlighten::IPrecompVolumeQuery

A class representing a region of 3D space which can be tested for intersection against an axis-aligned box.

Functions

Name Description
GetBoundingBox()

Returns the world space bounds of the entire volume.

IntersectsBoundingBox(const Geo::GeoBoundingBox &)

Returns true if the specified box intersects the volume.

TestBox(const Geo::GeoBoundingBox &)

Returns a classification of the way the specified box intersects the volume.


virtual Geo::GeoBoundingBox Enlighten::IPrecompVolumeQuery::GetBoundingBox


public: Geo::GeoBoundingBox GetBoundingBox() const


Returns the world space bounds of the entire volume.


virtual bool Enlighten::IPrecompVolumeQuery::IntersectsBoundingBox


public: bool IntersectsBoundingBox
(
    const Geo::GeoBoundingBox & box
) const


Returns true if the specified box intersects the volume.


virtual VolumeQueryResult Enlighten::IPrecompVolumeQuery::TestBox


public: virtual VolumeQueryResult TestBox
(
    const Geo::GeoBoundingBox & box
) const


Returns a classification of the way the specified box intersects the volume.

Related content

class Enlighten IPrecompVolumeQuery
class Enlighten IPrecompVolumeQuery
More like this
class Enlighten IPrecompVolumeQuery
class Enlighten IPrecompVolumeQuery
More like this
class Enlighten IPrecompVolumeQuery
class Enlighten IPrecompVolumeQuery
More like this
class Enlighten PrecompVolumeQueryBox
class Enlighten PrecompVolumeQueryBox
More like this
class Enlighten IViewVolumeIntersector
class Enlighten IViewVolumeIntersector
More like this
class Enlighten IViewVolumeIntersector
class Enlighten IViewVolumeIntersector
More like this