|
MayaFlux 0.3.0
Digital-First Multimedia Processing Framework
|
| MAYAFLUX_API glm::vec2 MayaFlux::window_coords | ( | double | ndc_x, |
| double | ndc_y, | ||
| double | ndc_z, | ||
| const std::shared_ptr< Core::Window > & | window | ||
| ) |
Convert NDC coordinates to window pixel coordinates using window state.
| ndc_x | X coordinate in NDC space |
| ndc_y | Y coordinate in NDC space |
| ndc_z | Z coordinate (ignored) |
| window | Window to extract dimensions from |
Definition at line 47 of file Windowing.cpp.
References window_coords().
Here is the call graph for this function: