OEGeom3DAllZero¶
template<class T>
bool OEGeom3DAllZero(const T *x, unsigned int ncoord)
Returns true if all the coordinates pointed to by x are zero.
- x
- Three dimensional coordinates array to check. 
- ncoord
- Number of coordinates in the input array.