template<UnsignedIntd=dimensions,class=typenamestd::enable_if<d==2>::type>CORRADE_DEPRECATED("use setProjectionMatrix() with Matrix3::projection() instead")BasicCamera2D<T>&setProjection(constMath::Vector2<T>&size){
template<UnsignedIntd=dimensions,class=typenamestd::enable_if<d==3>::type>CORRADE_DEPRECATED("use setProjectionMatrix() with Matrix4::orthographicProjection() instead")BasicCamera3D<T>&setOrthographic(constMath::Vector2<T>&size,Tnear,Tfar){
template<UnsignedIntd=dimensions,class=typenamestd::enable_if<d==3>::type>CORRADE_DEPRECATED("use setProjectionMatrix() with Matrix4::perspectiveProjection() instead")BasicCamera3D<T>&setPerspective(constMath::Vector2<T>&size,Tnear,Tfar){
template<UnsignedIntd=dimensions,class=typenamestd::enable_if<d==3>::type>CORRADE_DEPRECATED("use setProjectionMatrix() with Matrix4::perspectiveProjection() instead")BasicCamera3D<T>&setPerspective(Math::Rad<T>fov,TaspectRatio,Tnear,Tfar){