Searched refs:fromCameraToRetina (Results 1 – 3 of 3) sorted by relevance
/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/view_map/ |
H A D | SilhouetteGeomEngine.cpp | 232 GeomUtils::fromCameraToRetina(Pc, Pr, _projectionMatrix); in ImageToWorldParameter() 302 GeomUtils::fromCameraToRetina(M, p, _projectionMatrix); in CameraToImage()
|
/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/geometry/ |
H A D | GeomUtils.h | 215 void fromCameraToRetina(const Vec3r &p, Vec3r &q, const real projection_matrix[4][4]);
|
H A D | GeomUtils.cpp | 668 void fromCameraToRetina(const Vec3r &p, Vec3r &q, const real projection_matrix[4][4]) in fromCameraToRetina() function 693 fromCameraToRetina(p1, p2, projection_matrix); in fromWorldToImage()
|