Home
last modified time | relevance | path

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 DSilhouetteGeomEngine.cpp232 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 DGeomUtils.h215 void fromCameraToRetina(const Vec3r &p, Vec3r &q, const real projection_matrix[4][4]);
H A DGeomUtils.cpp668 void fromCameraToRetina(const Vec3r &p, Vec3r &q, const real projection_matrix[4][4]) in fromCameraToRetina() function
693 fromCameraToRetina(p1, p2, projection_matrix); in fromWorldToImage()