20 INLINE PerspectiveLens::
29 INLINE PerspectiveLens::
30 PerspectiveLens(PN_stdfloat hfov, PN_stdfloat vfov) {
32 lens_cdata->_fov.set(hfov, vfov);
40 INLINE PerspectiveLens::
49 INLINE
void PerspectiveLens::
51 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...