Home
last modified time | relevance | path

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

/third_party/flutter/skia/platform_tools/android/apps/arcore/src/main/cpp/
Dhello_ar_application.cc891 …ation::SetCameraAlignedMatrix(glm::mat4& caMat, glm::vec3 hitPos, glm::mat4& planeModel, const glm… in SetCameraAlignedMatrix()
925 …odelMatrices(glm::mat4& aaMat, glm::mat4& caMat, glm::mat4& snapMat, const glm::mat4& planeModel) { in SetModelMatrices()
945 void GetPlaneModelMatrix(glm::mat4& planeModel, ArSession* arSession, ArPlane* arPlane) { in GetPlaneModelMatrix()
970 glm::mat4 planeModel(1); in OnTouchedFinal() local