|
HDK
|
#include "UT_BVH.h"#include <UT/UT_UniquePtr.h>#include <UT/UT_Vector3.h>#include <SYS/SYS_Math.h>
Include dependency graph for UT_SolidAngle.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | HDK_Sample::UT_SolidAngle< T, S > |
| class | HDK_Sample::UT_SubtendedAngle< T, S > |
Namespaces | |
| HDK_Sample | |
| This namespace is used to hold all HDK example source code. | |
Macros | |
| #define | __HDK_UT_SolidAngle_h__ |
Functions | |
| template<typename T > | |
| T | HDK_Sample::UTsignedSolidAngleTri (const UT_Vector3T< T > &a, const UT_Vector3T< T > &b, const UT_Vector3T< T > &c, const UT_Vector3T< T > &query) |
| template<typename T > | |
| T | HDK_Sample::UTsignedSolidAngleQuad (const UT_Vector3T< T > &a, const UT_Vector3T< T > &b, const UT_Vector3T< T > &c, const UT_Vector3T< T > &d, const UT_Vector3T< T > &query) |
| template<typename T > | |
| T | HDK_Sample::UTsignedAngleSegment (const UT_Vector2T< T > &a, const UT_Vector2T< T > &b, const UT_Vector2T< T > &query) |
| #define __HDK_UT_SolidAngle_h__ |
Definition at line 32 of file UT_SolidAngle.h.