|
MayaFlux 0.4.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 40 of file Windowing.cpp.
References MayaFlux::Kinesis::to_window().
Here is the call graph for this function: