Home
last modified time | relevance | path

Searched refs:det (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dgraphic_math.h533 T det = this->Determinant(); in Inverse() local
534 if (det == 0) { in Inverse()
538 T invDet = 1.0f / det; in Inverse()
827 T det = this->Determinant(); in Inverse() local
828 if (det == 0) { in Inverse()
831 T invDet = 1.0f / det; in Inverse()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dpicking.cpp114 const float det = Math::Dot(v0v1, pvec); in IntersectTriangle() local
117 if (det < Math::EPSILON) { in IntersectTriangle()
122 const float invDet = 1.f / det; in IntersectTriangle()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_matrix3.h159 T det = Determinant(); in Inverse() local
160 if (ROSEN_EQ<T>(det, 0.0)) { in Inverse()
164 const T invDet = 1.0f / det; in Inverse()
/foundation/multimodalinput/input/util/common/include/
H A Dmmi_matrix3.h173 T det = Determinant(); in Inverse() local
174 if (MMI_EQ<T>(det, 0.0)) { in Inverse()
178 const T invDet = 1.0f / det; in Inverse()

Completed in 5 milliseconds