Go to the source code of this file.
Namespaces | |
| namespace | osg |
Functions | |
Intersect | |
| bool | osg::intersect (const SphereVolume &vol1, const BoxVolume &vol2) |
| intersect Sphere / Box | |
| bool | osg::intersect (const CylinderVolume &vol1, const BoxVolume &vol2) |
| intersect Cylinder / Box | |
| bool | osg::intersect (const CylinderVolume &vol1, const SphereVolume &vol2) |
| intersect CylinderVolume / Sphere | |
| bool | osg::intersect (const FrustumVolume &vol1, const BoxVolume &vol2) |
| intersect Frustum / Box | |
| bool | osg::intersect (const FrustumVolume &vol1, const SphereVolume &vol2) |
| intersect FrustumVolume / Sphere | |
| bool | osg::intersect (const FrustumVolume &vol1, const CylinderVolume &vol2) |
| intersect FrustumVolume / Cylinder | |
| bool | osg::intersect (const Volume &srcVol, const BoxVolume &vol) |
| extend Frustum / Box | |
| bool | osg::intersect (const Volume &srcVol, const SphereVolume &vol) |
| extend volume / Sphere | |
| bool | osg::intersect (const Volume &srcVol, const CylinderVolume &vol) |
| extend volume / Cylinder | |
| bool | osg::intersect (const Volume &srcVol, const FrustumVolume &vol) |
| extend volume / Frustum | |
1.5.5