#include "projection.h"
#include "geom/rect.h"
#include "geom/txform.h"
#include "geom/vec3.h"
#include "rutz/trace.h"
Go to the source code of this file.
Functions | |
vec3d | geom::unproject (const txform &modelview, const txform &projection, const recti &viewport, const vec3d &screen) |
vec3d | geom::project (const txform &modelview, const txform &projection, const recti &viewport, const vec3d &world_pos) |
Definition in file projection.cc.