Searched defs:signedDistance (Results 1 – 2 of 2) sorted by relevance
122 …inline Scalar signedDistance(const VectorType& p) const { return p.eigen2_dot(normal()) + offset()… in signedDistance() function
143 inline Scalar signedDistance(const VectorType& p) const { return normal().dot(p) + offset(); } in signedDistance() function