KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
st_perspective_camera.h
Go to the documentation of this file.
1 
35 /* =========================================================================== *
36 |
37 | Copyright (c) 1994-2008 by Kobus Barnard (author).
38 |
39 | Personal and educational use of this code is granted, provided that this
40 | header is kept intact, and that the authorship is not misrepresented, that
41 | its use is acknowledged in publications, and relevant papers are cited.
42 |
43 | For other use contact the author (kobus AT cs DOT arizona DOT edu).
44 |
45 | Please note that the code in this file has not necessarily been adequately
46 | tested. Naturally, there is no guarantee of performance, support, or fitness
47 | for any particular task. Nonetheless, I am interested in hearing about
48 | problems that you encounter.
49 |
50 | Authors:
51 | Luca Del Pero
52 |
53 * =========================================================================== */
54 
55 
62 #ifndef ST_PERSPECTIVE_CAMERA_H_
63 #define ST_PERSPECTIVE_CAMERA_H_
64 
66 
67 #define ST_CAMERA_WORLD_COORDINATES FRAME_CAMERA_WORLD_COORDINATES
68 #define ST_CAMERA_CAMERA_COORDINATES FRAME_CAMERA_CAMERA_COORDINATES
69 
70 #define ST_CAMERA_PITCH FRAME_CAMERA_PITCH
71 #define ST_CAMERA_YAW FRAME_CAMERA_YAW
72 #define ST_CAMERA_ROLL FRAME_CAMERA_ROLL
73 
74 #endif /* ST_PERSPECTIVE_CAMERA_H_ */
St_perspective_camera for modeling a perspective camera using the classic Forsyth and Ponce parametri...