Photon Engine 2.0.0-beta
A physically based renderer.
Loading...
Searching...
No Matches
ph::KdtreeAABB Member List

This is the complete list of members for ph::KdtreeAABB, including all inherited members.

getAABB(math::AABB3D *const out_aabb) constph::KdtreeAABB
getExtent(const int32 axis) constph::KdtreeAABBinline
getMaxVertex(real *const out_vector3f) constph::KdtreeAABB
getMaxVertex(const int32 axis) constph::KdtreeAABB
getMinVertex(real *const out_vector3f) constph::KdtreeAABB
getMinVertex(const int32 axis) constph::KdtreeAABB
getSurfaceArea() constph::KdtreeAABBinline
isIntersectingVolume(const Ray &ray, real *const out_rayNearHitDist, real *const out_rayFarHitDist) constph::KdtreeAABB
isIntersectingVolume(const math::AABB3D &aabb) constph::KdtreeAABB
KdtreeAABB()ph::KdtreeAABB
KdtreeAABB(const math::AABB3D &aabb)ph::KdtreeAABBexplicit
KdtreeAABB(const math::Vector3R &minVertex, const math::Vector3R &maxVertex)ph::KdtreeAABB
trySplitAt(const int32 axis, const real splitPos, KdtreeAABB *const out_negativeAABB, KdtreeAABB *const out_positiveAABB) constph::KdtreeAABB