| void persp_0 (const real front_corner_x, const real front_corner_z, const real side_lft, const real side_rt, const real angle_rt, const real f_2_cv, const real gl_2_cv, [const real horizon_lft = 6, [real horizon_rt = 0, [real gl_lft = 0, [real gl_rt = 0]]]]) | Function |
Defined in utility.web.
This function is used for the figure in The Perspective Projection, illustrating a perspective projection as it could be done
by hand. It draws a rectangle in the ground plane and the construction
lines used for putting it into perspective. It also labels the
vanishing and measuring points.
The arguments:
Example: persp_0(3, 2, 10, 5, 47.5, 7, 5, 8.5, 9.5, 8.5, 9.5);
|