CORRADE_DEPRECATED("use translate() or translateLocal() instead")AbstractTranslation<dimensions,T,TranslationType>&translate(constVectorTypeFor<dimensions,TranslationType>&vector,TransformationTypetype){
CORRADE_DEPRECATED("use translate() or translateLocal() instead")AbstractTranslation<dimensions,T,TranslationType>&translate(constVectorTypeFor<dimensions,TranslationType>&vector,TransformationTypetype){
CORRADE_DEPRECATED("use rotate() or rotateLocal() instead")AbstractBasicTranslationRotation3D<T>&rotate(Math::Rad<T>angle,constMath::Vector3<T>&normalizedAxis,TransformationTypetype){
CORRADE_DEPRECATED("use rotate() or rotateLocal() instead")AbstractBasicTranslationRotation3D<T>&rotate(Math::Rad<T>angle,constMath::Vector3<T>&normalizedAxis,TransformationTypetype){
@ -132,7 +132,7 @@ template<class T> class AbstractBasicTranslationRotation3D: public AbstractBasic
CORRADE_DEPRECATED("use scale() or scaleLocal() instead")AbstractBasicTranslationRotationScaling2D<T>&scale(constMath::Vector2<T>&vector,TransformationTypetype){
CORRADE_DEPRECATED("use scale() or scaleLocal() instead")AbstractBasicTranslationRotationScaling2D<T>&scale(constMath::Vector2<T>&vector,TransformationTypetype){
CORRADE_DEPRECATED("use scale() or scaleLocal() instead")AbstractBasicTranslationRotationScaling3D<T>&scale(constMath::Vector3<T>&vector,TransformationTypetype){
CORRADE_DEPRECATED("use scale() or scaleLocal() instead")AbstractBasicTranslationRotationScaling3D<T>&scale(constMath::Vector3<T>&vector,TransformationTypetype){
CORRADE_DEPRECATED("use transform() or transformLocal() instead")Object<BasicDualComplexTransformation<T>>&transform(constMath::DualComplex<T>&transformation,TransformationTypetype){
CORRADE_DEPRECATED("use transform() or transformLocal() instead")Object<BasicDualComplexTransformation<T>>&transform(constMath::DualComplex<T>&transformation,TransformationTypetype){
@ -163,7 +163,7 @@ template<class T> class BasicDualComplexTransformation: public AbstractBasicTran
CORRADE_DEPRECATED("use translate() or translateLocal() instead")Object<BasicDualComplexTransformation<T>>&translate(constMath::Vector2<T>&vector,TransformationTypetype){
CORRADE_DEPRECATED("use translate() or translateLocal() instead")Object<BasicDualComplexTransformation<T>>&translate(constMath::Vector2<T>&vector,TransformationTypetype){
@ -207,7 +207,7 @@ template<class T> class BasicDualComplexTransformation: public AbstractBasicTran
CORRADE_DEPRECATED("use transform() or transformLocal() instead")Object<BasicDualQuaternionTransformation<T>>&transform(constMath::DualQuaternion<T>&transformation,TransformationTypetype){
CORRADE_DEPRECATED("use transform() or transformLocal() instead")Object<BasicDualQuaternionTransformation<T>>&transform(constMath::DualQuaternion<T>&transformation,TransformationTypetype){
@ -162,7 +162,7 @@ template<class T> class BasicDualQuaternionTransformation: public AbstractBasicT
CORRADE_DEPRECATED("use translate() or translateLocal() instead")Object<BasicDualQuaternionTransformation<T>>&translate(constMath::Vector3<T>&vector,TransformationTypetype){
CORRADE_DEPRECATED("use translate() or translateLocal() instead")Object<BasicDualQuaternionTransformation<T>>&translate(constMath::Vector3<T>&vector,TransformationTypetype){
@ -209,7 +209,7 @@ template<class T> class BasicDualQuaternionTransformation: public AbstractBasicT
CORRADE_DEPRECATED("usr rotate() or rotateLocal() instead")Object<BasicDualQuaternionTransformation<T>>&rotate(Math::Rad<T>angle,constMath::Vector3<T>&normalizedAxis,TransformationTypetype){
CORRADE_DEPRECATED("usr rotate() or rotateLocal() instead")Object<BasicDualQuaternionTransformation<T>>&rotate(Math::Rad<T>angle,constMath::Vector3<T>&normalizedAxis,TransformationTypetype){
CORRADE_DEPRECATED("use transform() or transformLocal() instead")Object<BasicMatrixTransformation2D<T>>&transform(constMath::Matrix3<T>&transformation,TransformationTypetype){
CORRADE_DEPRECATED("use transform() or transformLocal() instead")Object<BasicMatrixTransformation2D<T>>&transform(constMath::Matrix3<T>&transformation,TransformationTypetype){
@ -145,7 +145,7 @@ template<class T> class BasicMatrixTransformation2D: public AbstractBasicTransla
CORRADE_DEPRECATED("use translate() or translateLocal() instead")Object<BasicMatrixTransformation2D<T>>&translate(constMath::Vector2<T>&vector,TransformationTypetype){
CORRADE_DEPRECATED("use translate() or translateLocal() instead")Object<BasicMatrixTransformation2D<T>>&translate(constMath::Vector2<T>&vector,TransformationTypetype){
@ -190,7 +190,7 @@ template<class T> class BasicMatrixTransformation2D: public AbstractBasicTransla
CORRADE_DEPRECATED("use scale() or scaleLocal() instead")Object<BasicMatrixTransformation2D<T>>&scale(constMath::Vector2<T>&vector,TransformationTypetype){
CORRADE_DEPRECATED("use scale() or scaleLocal() instead")Object<BasicMatrixTransformation2D<T>>&scale(constMath::Vector2<T>&vector,TransformationTypetype){
@ -282,7 +282,7 @@ template<class T> class BasicMatrixTransformation2D: public AbstractBasicTransla
CORRADE_DEPRECATED("use reflect() or reflectLocal() instead")Object<BasicMatrixTransformation2D<T>>&reflect(constMath::Vector2<T>&normal,TransformationTypetype){
CORRADE_DEPRECATED("use reflect() or reflectLocal() instead")Object<BasicMatrixTransformation2D<T>>&reflect(constMath::Vector2<T>&normal,TransformationTypetype){
CORRADE_DEPRECATED("use transform() or transformLocal() instead")Object<BasicMatrixTransformation3D<T>>&transform(constMath::Matrix4<T>&transformation,TransformationTypetype){
CORRADE_DEPRECATED("use transform() or transformLocal() instead")Object<BasicMatrixTransformation3D<T>>&transform(constMath::Matrix4<T>&transformation,TransformationTypetype){
@ -145,7 +145,7 @@ template<class T> class BasicMatrixTransformation3D: public AbstractBasicTransla
CORRADE_DEPRECATED("use translate() or translateLocal() instead")Object<BasicMatrixTransformation3D<T>>&translate(constMath::Vector3<T>&vector,TransformationTypetype){
CORRADE_DEPRECATED("use translate() or translateLocal() instead")Object<BasicMatrixTransformation3D<T>>&translate(constMath::Vector3<T>&vector,TransformationTypetype){
@ -193,7 +193,7 @@ template<class T> class BasicMatrixTransformation3D: public AbstractBasicTransla
CORRADE_DEPRECATED("use rotate() or rotateLocal() instead")Object<BasicMatrixTransformation3D<T>>&rotate(Math::Rad<T>angle,constMath::Vector3<T>&normalizedAxis,TransformationTypetype){
CORRADE_DEPRECATED("use rotate() or rotateLocal() instead")Object<BasicMatrixTransformation3D<T>>&rotate(Math::Rad<T>angle,constMath::Vector3<T>&normalizedAxis,TransformationTypetype){
@ -238,7 +238,7 @@ template<class T> class BasicMatrixTransformation3D: public AbstractBasicTransla
CORRADE_DEPRECATED("use scale() or scaleLocal() instead")Object<BasicMatrixTransformation3D<T>>&scale(constMath::Vector3<T>&vector,TransformationTypetype){
CORRADE_DEPRECATED("use scale() or scaleLocal() instead")Object<BasicMatrixTransformation3D<T>>&scale(constMath::Vector3<T>&vector,TransformationTypetype){
@ -419,7 +419,7 @@ template<class T> class BasicMatrixTransformation3D: public AbstractBasicTransla
CORRADE_DEPRECATED("use reflect() or reflectLocal() instead")Object<BasicMatrixTransformation3D<T>>&reflect(constMath::Vector3<T>&normal,TransformationTypetype){
CORRADE_DEPRECATED("use reflect() or reflectLocal() instead")Object<BasicMatrixTransformation3D<T>>&reflect(constMath::Vector3<T>&normal,TransformationTypetype){
CORRADE_DEPRECATED("use transform() or transformLocal() instead")Object<BasicRigidMatrixTransformation2D<T>>&transform(constMath::Matrix3<T>&transformation,TransformationTypetype){
CORRADE_DEPRECATED("use transform() or transformLocal() instead")Object<BasicRigidMatrixTransformation2D<T>>&transform(constMath::Matrix3<T>&transformation,TransformationTypetype){
@ -168,7 +168,7 @@ template<class T> class BasicRigidMatrixTransformation2D: public AbstractBasicTr
CORRADE_DEPRECATED("use translate() or translateLocal() instead")Object<BasicRigidMatrixTransformation2D<T>>&translate(constMath::Vector2<T>&vector,TransformationTypetype){
CORRADE_DEPRECATED("use translate() or translateLocal() instead")Object<BasicRigidMatrixTransformation2D<T>>&translate(constMath::Vector2<T>&vector,TransformationTypetype){
@ -214,7 +214,7 @@ template<class T> class BasicRigidMatrixTransformation2D: public AbstractBasicTr
CORRADE_DEPRECATED("use rotate() or rotateLocal() instead")Object<BasicRigidMatrixTransformation2D<T>>&rotate(Math::Rad<T>angle,TransformationTypetype){
CORRADE_DEPRECATED("use rotate() or rotateLocal() instead")Object<BasicRigidMatrixTransformation2D<T>>&rotate(Math::Rad<T>angle,TransformationTypetype){
@ -260,7 +260,7 @@ template<class T> class BasicRigidMatrixTransformation2D: public AbstractBasicTr
CORRADE_DEPRECATED("use reflect() or reflectInternal() instead")Object<BasicRigidMatrixTransformation2D<T>>&reflect(constMath::Vector2<T>&normal,TransformationTypetype){
CORRADE_DEPRECATED("use reflect() or reflectInternal() instead")Object<BasicRigidMatrixTransformation2D<T>>&reflect(constMath::Vector2<T>&normal,TransformationTypetype){
CORRADE_DEPRECATED("use transform() or transformLocal() instead")Object<BasicRigidMatrixTransformation3D<T>>&transform(constMath::Matrix4<T>&transformation,TransformationTypetype){
CORRADE_DEPRECATED("use transform() or transformLocal() instead")Object<BasicRigidMatrixTransformation3D<T>>&transform(constMath::Matrix4<T>&transformation,TransformationTypetype){
@ -167,7 +167,7 @@ template<class T> class BasicRigidMatrixTransformation3D: public AbstractBasicTr
CORRADE_DEPRECATED("use translate() or translateLocal() instead")Object<BasicRigidMatrixTransformation3D<T>>&translate(constMath::Vector3<T>&vector,TransformationTypetype){
CORRADE_DEPRECATED("use translate() or translateLocal() instead")Object<BasicRigidMatrixTransformation3D<T>>&translate(constMath::Vector3<T>&vector,TransformationTypetype){
@ -216,7 +216,7 @@ template<class T> class BasicRigidMatrixTransformation3D: public AbstractBasicTr
CORRADE_DEPRECATED("use rotate() or rotateLocal() instead")Object<BasicRigidMatrixTransformation3D<T>>&rotate(Math::Rad<T>angle,constMath::Vector3<T>&normalizedAxis,TransformationTypetype){
CORRADE_DEPRECATED("use rotate() or rotateLocal() instead")Object<BasicRigidMatrixTransformation3D<T>>&rotate(Math::Rad<T>angle,constMath::Vector3<T>&normalizedAxis,TransformationTypetype){
@ -261,7 +261,7 @@ template<class T> class BasicRigidMatrixTransformation3D: public AbstractBasicTr
CORRADE_DEPRECATED("use rotateX() or rotateXLocal() instead")Object<BasicRigidMatrixTransformation3D<T>>&rotateX(Math::Rad<T>angle,TransformationTypetype){
CORRADE_DEPRECATED("use rotateX() or rotateXLocal() instead")Object<BasicRigidMatrixTransformation3D<T>>&rotateX(Math::Rad<T>angle,TransformationTypetype){
@ -306,7 +306,7 @@ template<class T> class BasicRigidMatrixTransformation3D: public AbstractBasicTr
CORRADE_DEPRECATED("use rotateY() or rotateYLocal() instead")Object<BasicRigidMatrixTransformation3D<T>>&rotateY(Math::Rad<T>angle,TransformationTypetype){
CORRADE_DEPRECATED("use rotateY() or rotateYLocal() instead")Object<BasicRigidMatrixTransformation3D<T>>&rotateY(Math::Rad<T>angle,TransformationTypetype){
@ -351,7 +351,7 @@ template<class T> class BasicRigidMatrixTransformation3D: public AbstractBasicTr
CORRADE_DEPRECATED("use rotateZ() or rotateZLocal() instead")Object<BasicRigidMatrixTransformation3D<T>>&rotateZ(Math::Rad<T>angle,TransformationTypetype){
CORRADE_DEPRECATED("use rotateZ() or rotateZLocal() instead")Object<BasicRigidMatrixTransformation3D<T>>&rotateZ(Math::Rad<T>angle,TransformationTypetype){
@ -397,7 +397,7 @@ template<class T> class BasicRigidMatrixTransformation3D: public AbstractBasicTr
CORRADE_DEPRECATED("use reflect() or reflectLocal() instead")Object<BasicRigidMatrixTransformation3D<T>>&reflect(constMath::Vector3<T>&normal,TransformationTypetype){
CORRADE_DEPRECATED("use reflect() or reflectLocal() instead")Object<BasicRigidMatrixTransformation3D<T>>&reflect(constMath::Vector3<T>&normal,TransformationTypetype){