@ -180,7 +180,7 @@ template<UnsignedInt dimensions, class T> class Camera: public AbstractFeature<d
*@deprecatedUse@refsetProjectionMatrix()with
*@refMatrix4::perspectiveProjection()instead.
*/
template<UnsignedIntd=dimensions,class=typenamestd::enable_if<d==3>::type>CORRADE_DEPRECATED("use setProjectionMatrix() with Matrix4::orthographicProjection() 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(constMath::Vector2<T>&size,Tnear,Tfar){
@ -189,7 +189,7 @@ template<UnsignedInt dimensions, class T> class Camera: public AbstractFeature<d
*@deprecatedUse@refsetProjectionMatrix()with
*@refMatrix4::perspectiveProjection()instead.
*/
template<UnsignedIntd=dimensions,class=typenamestd::enable_if<d==3>::type>CORRADE_DEPRECATED("use setProjectionMatrix() with Matrix4::orthographicProjection() instead")BasicCamera3D<T>&setPerspective(Math::Rad<T>fov,TaspectRatio,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){