[ Maverik Level 2 functions ]


mav_lineFrom2DPoint

Summary

Compute vector from eye through screen position.


Syntax

MAV_line mav_lineFrom2DPoint(MAV_window *w, int x, int y);


Description

This function computes and returns a vector from the eyepoint in window w, through screen pixel (x, y).


Back to the index page.