Home
last modified time | relevance | path

Searched defs:signedDistance (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/eigen/Eigen/src/Geometry/
H A DHyperplane.h143 …EIGEN_DEVICE_FUNC inline Scalar signedDistance(const VectorType& p) const { return normal().dot(p)… in signedDistance() function
/aosp_15_r20/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp395 static inline float signedDistance(const float* pPlane, float x, float y, float z) { in signedDistance() function