Function Camera.fov
The camera's field of view angle (in degrees). Only applicable in perspective mode. Since keepAspect
locks one axis, fov
sets the other axis' field of view angle.
double fov() nothrow @property @nogc;
void fov
(
double v
) nothrow @property @nogc;