@ -89,6 +93,9 @@ class AbstractTranslation: public AbstractTransformation<dimensions, T> {
CORRADE_DEPRECATED("use translate() or translateLocal() instead")AbstractTranslation<dimensions,T,TranslationType>&translate(constVectorTypeFor<dimensions,TranslationType>&vector,TransformationTypetype){
CORRADE_DEPRECATED("use translate() or translateLocal() instead")AbstractBasicTranslationRotation2D<T>&translate(constMath::Vector2<T>&vector,TransformationTypetype){
#ifdef _MSC_VER
#pragma warning(suppress: 4996)
@ -101,6 +112,9 @@ template<class T> class AbstractBasicTranslationRotation2D: public AbstractBasic
@ -81,6 +85,9 @@ template<class T> class AbstractBasicTranslationRotation3D: public AbstractBasic
CORRADE_DEPRECATED("use rotate() or rotateLocal() instead")AbstractBasicTranslationRotation3D<T>&rotate(Math::Rad<T>angle,constMath::Vector3<T>&normalizedAxis,TransformationTypetype){
CORRADE_DEPRECATED("use translate() or translateLocal() instead")AbstractBasicTranslationRotation3D<T>&translate(constMath::Vector3<T>&vector,TransformationTypetype){
#ifdef _MSC_VER
#pragma warning(suppress: 4996)
@ -219,6 +251,9 @@ template<class T> class AbstractBasicTranslationRotation3D: public AbstractBasic
@ -77,6 +81,9 @@ template<class T> class AbstractBasicTranslationRotationScaling2D: public Abstra
CORRADE_DEPRECATED("use scale() or scaleLocal() instead")AbstractBasicTranslationRotationScaling2D<T>&scale(constMath::Vector2<T>&vector,TransformationTypetype){
CORRADE_DEPRECATED("use translate() or translateLocal() instead")AbstractBasicTranslationRotationScaling2D<T>&translate(constMath::Vector2<T>&vector,TransformationTypetype){
#ifdef _MSC_VER
#pragma warning(suppress: 4996)
@ -101,6 +112,9 @@ template<class T> class AbstractBasicTranslationRotationScaling2D: public Abstra
CORRADE_DEPRECATED("use rotate() or rotateLocal() instead")AbstractBasicTranslationRotationScaling2D<T>&rotate(Math::Rad<T>angle,TransformationTypetype){
#ifdef _MSC_VER
#pragma warning(suppress: 4996)
@ -118,6 +136,9 @@ template<class T> class AbstractBasicTranslationRotationScaling2D: public Abstra
CORRADE_DEPRECATED("use translate() or translateLocal() instead")AbstractBasicTranslationRotationScaling3D<T>&translate(constMath::Vector3<T>&vector,TransformationTypetype){
#ifdef _MSC_VER
#pragma warning(suppress: 4996)
@ -104,6 +115,9 @@ template<class T> class AbstractBasicTranslationRotationScaling3D: public Abstra
CORRADE_DEPRECATED("use rotate() or rotateLocal() instead")AbstractBasicTranslationRotationScaling3D<T>&rotate(Math::Rad<T>angle,constMath::Vector3<T>&normalizedAxis,TransformationTypetype){
#ifdef _MSC_VER
#pragma warning(suppress: 4996)
@ -121,6 +139,9 @@ template<class T> class AbstractBasicTranslationRotationScaling3D: public Abstra
CORRADE_DEPRECATED("use rotateX() or rotateXLocal() instead")AbstractBasicTranslationRotationScaling3D<T>&rotateX(Math::Rad<T>angle,TransformationTypetype){
#ifdef _MSC_VER
#pragma warning(suppress: 4996)
@ -138,6 +163,9 @@ template<class T> class AbstractBasicTranslationRotationScaling3D: public Abstra
CORRADE_DEPRECATED("use rotateY() or rotateYLocal() instead")AbstractBasicTranslationRotationScaling3D<T>&rotateY(Math::Rad<T>angle,TransformationTypetype){
#ifdef _MSC_VER
#pragma warning(suppress: 4996)
@ -155,6 +187,9 @@ template<class T> class AbstractBasicTranslationRotationScaling3D: public Abstra
CORRADE_DEPRECATED("use rotateZ() or rotateZLocal() instead")AbstractBasicTranslationRotationScaling3D<T>&rotateZ(Math::Rad<T>angle,TransformationTypetype){
#ifdef _MSC_VER
#pragma warning(suppress: 4996)
@ -172,6 +211,9 @@ template<class T> class AbstractBasicTranslationRotationScaling3D: public Abstra
@ -117,6 +121,9 @@ template<class T> class BasicDualComplexTransformation: public AbstractBasicTran
CORRADE_DEPRECATED("use transform() or transformLocal() instead")Object<BasicDualComplexTransformation<T>>&transform(constMath::DualComplex<T>&transformation,TransformationTypetype){
@ -150,6 +161,9 @@ template<class T> class BasicDualComplexTransformation: public AbstractBasicTran
CORRADE_DEPRECATED("use translate() or translateLocal() instead")Object<BasicDualComplexTransformation<T>>&translate(constMath::Vector2<T>&vector,TransformationTypetype){
@ -117,6 +121,9 @@ template<class T> class BasicDualQuaternionTransformation: public AbstractBasicT
CORRADE_DEPRECATED("use transform() or transformLocal() instead")Object<BasicDualQuaternionTransformation<T>>&transform(constMath::DualQuaternion<T>&transformation,TransformationTypetype){
@ -149,6 +160,9 @@ template<class T> class BasicDualQuaternionTransformation: public AbstractBasicT
CORRADE_DEPRECATED("use translate() or translateLocal() instead")Object<BasicDualQuaternionTransformation<T>>&translate(constMath::Vector3<T>&vector,TransformationTypetype){
@ -184,6 +202,9 @@ 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("use rotateX() or rotateXLocal() instead")Object<BasicDualQuaternionTransformation<T>>&rotateX(Math::Rad<T>angle,TransformationTypetype){
CORRADE_DEPRECATED("use rotateY() or rotateYLocal() instead")Object<BasicDualQuaternionTransformation<T>>&rotateY(Math::Rad<T>angle,TransformationTypetype){
CORRADE_DEPRECATED("use rotateZ() or rotateZLocal() instead")Object<BasicDualQuaternionTransformation<T>>&rotateZ(Math::Rad<T>angle,TransformationTypetype){
@ -94,6 +98,9 @@ template<class T> class BasicMatrixTransformation2D: public AbstractBasicTransla
CORRADE_DEPRECATED("use transform() or transformLocal() instead")Object<BasicMatrixTransformation2D<T>>&transform(constMath::Matrix3<T>&transformation,TransformationTypetype){
@ -132,6 +143,9 @@ template<class T> class BasicMatrixTransformation2D: public AbstractBasicTransla
CORRADE_DEPRECATED("use translate() or translateLocal() instead")Object<BasicMatrixTransformation2D<T>>&translate(constMath::Vector2<T>&vector,TransformationTypetype){
@ -198,6 +223,9 @@ template<class T> class BasicMatrixTransformation2D: public AbstractBasicTransla
CORRADE_DEPRECATED("use scale() or scaleLocal() instead")Object<BasicMatrixTransformation2D<T>>&scale(constMath::Vector2<T>&vector,TransformationTypetype){
@ -233,6 +265,9 @@ template<class T> class BasicMatrixTransformation2D: public AbstractBasicTransla
CORRADE_DEPRECATED("use reflect() or reflectLocal() instead")Object<BasicMatrixTransformation2D<T>>&reflect(constMath::Vector2<T>&normal,TransformationTypetype){
@ -99,6 +103,9 @@ template<class T> class BasicMatrixTransformation3D: public AbstractBasicTransla
CORRADE_DEPRECATED("use transform() or transformLocal() instead")Object<BasicMatrixTransformation3D<T>>&transform(constMath::Matrix4<T>&transformation,TransformationTypetype){
@ -132,6 +143,9 @@ template<class T> class BasicMatrixTransformation3D: public AbstractBasicTransla
CORRADE_DEPRECATED("use translate() or translateLocal() instead")Object<BasicMatrixTransformation3D<T>>&translate(constMath::Vector3<T>&vector,TransformationTypetype){
@ -168,6 +186,9 @@ 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){
@ -300,6 +346,9 @@ template<class T> class BasicMatrixTransformation3D: public AbstractBasicTransla
CORRADE_DEPRECATED("use scale() or scaleLocal() instead")Object<BasicMatrixTransformation3D<T>>&scale(constMath::Vector3<T>&vector,TransformationTypetype){
@ -334,6 +387,9 @@ template<class T> class BasicMatrixTransformation3D: public AbstractBasicTransla
CORRADE_DEPRECATED("use reflect() or reflectLocal() instead")Object<BasicMatrixTransformation3D<T>>&reflect(constMath::Vector3<T>&normal,TransformationTypetype){
@ -122,6 +126,9 @@ template<class T> class BasicRigidMatrixTransformation2D: public AbstractBasicTr
CORRADE_DEPRECATED("use transform() or transformLocal() instead")Object<BasicRigidMatrixTransformation2D<T>>&transform(constMath::Matrix3<T>&transformation,TransformationTypetype){
@ -155,6 +166,9 @@ template<class T> class BasicRigidMatrixTransformation2D: public AbstractBasicTr
CORRADE_DEPRECATED("use translate() or translateLocal() instead")Object<BasicRigidMatrixTransformation2D<T>>&translate(constMath::Vector2<T>&vector,TransformationTypetype){
@ -189,6 +207,9 @@ template<class T> class BasicRigidMatrixTransformation2D: public AbstractBasicTr
CORRADE_DEPRECATED("use rotate() or rotateLocal() instead")Object<BasicRigidMatrixTransformation2D<T>>&rotate(Math::Rad<T>angle,TransformationTypetype){
@ -223,6 +248,9 @@ template<class T> class BasicRigidMatrixTransformation2D: public AbstractBasicTr
CORRADE_DEPRECATED("use reflect() or reflectInternal() instead")Object<BasicRigidMatrixTransformation2D<T>>&reflect(constMath::Vector2<T>&normal,TransformationTypetype){
@ -121,6 +125,9 @@ template<class T> class BasicRigidMatrixTransformation3D: public AbstractBasicTr
CORRADE_DEPRECATED("use transform() or transformLocal() instead")Object<BasicRigidMatrixTransformation3D<T>>&transform(constMath::Matrix4<T>&transformation,TransformationTypetype){
@ -154,6 +165,9 @@ template<class T> class BasicRigidMatrixTransformation3D: public AbstractBasicTr
CORRADE_DEPRECATED("use translate() or translateLocal() instead")Object<BasicRigidMatrixTransformation3D<T>>&translate(constMath::Vector3<T>&vector,TransformationTypetype){
@ -191,6 +209,9 @@ 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){
@ -224,6 +249,9 @@ template<class T> class BasicRigidMatrixTransformation3D: public AbstractBasicTr
CORRADE_DEPRECATED("use rotateX() or rotateXLocal() instead")Object<BasicRigidMatrixTransformation3D<T>>&rotateX(Math::Rad<T>angle,TransformationTypetype){
@ -257,6 +289,9 @@ template<class T> class BasicRigidMatrixTransformation3D: public AbstractBasicTr
CORRADE_DEPRECATED("use rotateY() or rotateYLocal() instead")Object<BasicRigidMatrixTransformation3D<T>>&rotateY(Math::Rad<T>angle,TransformationTypetype){
@ -290,6 +329,9 @@ template<class T> class BasicRigidMatrixTransformation3D: public AbstractBasicTr
CORRADE_DEPRECATED("use rotateZ() or rotateZLocal() instead")Object<BasicRigidMatrixTransformation3D<T>>&rotateZ(Math::Rad<T>angle,TransformationTypetype){
@ -324,6 +370,9 @@ template<class T> class BasicRigidMatrixTransformation3D: public AbstractBasicTr
CORRADE_DEPRECATED("use reflect() or reflectLocal() instead")Object<BasicRigidMatrixTransformation3D<T>>&reflect(constMath::Vector3<T>&normal,TransformationTypetype){