|
HDK
|
#include <GEO_ImplicitBasicSurfaces.h>
Public Member Functions | |
| GEO_ImplicitPlane (bool invert=false) | |
| VEXfloat< PREC > | eval (const VEXvec3< PREC > p, VEXvec3< PREC > *grad) const |
| VEXfloat< PREC > | operator() (const VEXvec3< PREC > p) const |
| VEXfloat< PREC > | operator() (const VEXvec3< PREC > p, VEXvec3< PREC > &grad) const |
| UT_IntervalT< VEXfloat< PREC > > | operator() (const UT_BoundingBoxT< VEXfloat< PREC >> &p) const |
| UT_IntervalT< VEXfloat< PREC > > | operator() (const VEXvec3< PREC > ¢er, VEXfloat< PREC > radius) const |
Public Attributes | |
| bool | invert = false |
Definition at line 72 of file GEO_ImplicitBasicSurfaces.h.
|
inline |
Definition at line 77 of file GEO_ImplicitBasicSurfaces.h.
| VEXfloat<PREC> GEO_ImplicitPlane< PREC >::eval | ( | const VEXvec3< PREC > | p, |
| VEXvec3< PREC > * | grad | ||
| ) | const |
| VEXfloat<PREC> GEO_ImplicitPlane< PREC >::operator() | ( | const VEXvec3< PREC > | p | ) | const |
| VEXfloat<PREC> GEO_ImplicitPlane< PREC >::operator() | ( | const VEXvec3< PREC > | p, |
| VEXvec3< PREC > & | grad | ||
| ) | const |
| UT_IntervalT<VEXfloat<PREC> > GEO_ImplicitPlane< PREC >::operator() | ( | const UT_BoundingBoxT< VEXfloat< PREC >> & | p | ) | const |
| UT_IntervalT<VEXfloat<PREC> > GEO_ImplicitPlane< PREC >::operator() | ( | const VEXvec3< PREC > & | center, |
| VEXfloat< PREC > | radius | ||
| ) | const |
| bool GEO_ImplicitPlane< PREC >::invert = false |
Definition at line 75 of file GEO_ImplicitBasicSurfaces.h.