#include <pDomain.h>

Public Member Functions | |
| PDPoint (const pVec &p0) | |
| bool | Within (const pVec &pos) const |
| Always returns false. | |
| pVec | Generate () const |
| Returns true if the point is exactly equal. | |
| float | Size () const |
| Returns the size of the domain (length, area, or volume). | |
| pDomain * | copy () const |
Public Attributes | |
| pVec | p |
Generate always returns this point. Within returns true if the point is exactly equal.
1.5.8