Home
last modified time | relevance | path

Searched refs:primaryPlaneIntersection (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/dilay/dilay-1.9.0/lib/src/
H A Dcamera.hpp46 glm::vec3 primaryPlaneIntersection (const glm::ivec2&) const;
H A Dcamera.cpp223 glm::vec3 primaryPlaneIntersection (const glm::ivec2& p) const in primaryPlaneIntersection() function
266 DELEGATE1_CONST (glm::vec3, Camera, primaryPlaneIntersection, const glm::ivec2&)