![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <ecvFrustum.h>

Public Member Functions | |
| Plane () | |
| virtual | ~Plane ()=default |
| void | setCoefficients (float a, float b, float c, float d) |
| float | distance (const CCVector3f &p) const |
Public Attributes | |
| CCVector3f | normal |
| float | constCoef |
Definition at line 16 of file ecvFrustum.h.
|
inline |
Definition at line 18 of file ecvFrustum.h.
|
virtualdefault |
|
inline |
Definition at line 37 of file ecvFrustum.h.
References constCoef, Vector3Tpl< Type >::dot(), and normal.
|
inline |
Definition at line 22 of file ecvFrustum.h.
References constCoef, Vector3Tpl< Type >::norm(), and normal.
Referenced by Frustum::initfromMPMatrix().
| float Plane::constCoef |
Definition at line 43 of file ecvFrustum.h.
Referenced by distance(), and setCoefficients().
| CCVector3f Plane::normal |
Definition at line 42 of file ecvFrustum.h.
Referenced by distance(), and setCoefficients().