17 INLINE PerspectiveLens::
24 INLINE PerspectiveLens::
25 PerspectiveLens(PN_stdfloat hfov, PN_stdfloat vfov) {
27 lens_cdata->_fov.set(hfov, vfov);
33 INLINE PerspectiveLens::
40 INLINE
void PerspectiveLens::
42 Lens::operator = (copy);
A base class for any number of different kinds of lenses, linear and otherwise.
A perspective-type lens: a normal camera.
This template class calls PipelineCycler::write() in the constructor and PipelineCycler::release_writ...