|
MayaFlux 0.3.0
Digital-First Multimedia Processing Framework
|
| MAYAFLUX_API glm::vec2 MayaFlux::window_coords | ( | const glm::vec3 & | ndc_pos, |
| uint32_t | window_width, | ||
| uint32_t | window_height | ||
| ) |
Convert NDC vec3 position to window pixel coordinates.
| ndc_pos | NDC position (z component ignored) |
| window_width | Window width in pixels |
| window_height | Window height in pixels |
Definition at line 54 of file Windowing.cpp.
References window_coords().
Here is the call graph for this function: