Searched defs:signedDistance (Results 1 – 2 of 2) sorted by relevance
143 …EIGEN_DEVICE_FUNC inline Scalar signedDistance(const VectorType& p) const { return normal().dot(p)… in signedDistance() function
395 static inline float signedDistance(const float* pPlane, float x, float y, float z) { in signedDistance() function