#include "Core/Geometry/GeoIntType.h"
#include "Core/Matrix/MatMakeTranslate2d.h"
#include "Core/Matrix/MatMakeRotate2dDeg.h"
#include "Core/Matrix/MatMul.h"
#include "Core/Array/Pattern/PatGeometricOp.h"
Include dependency graph for Rotate.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Impala |
namespace | Impala::Core |
namespace | Impala::Core::Array |
Functions | |
template<class DstArrayT, class SrcArrayT> | |
void | Impala::Core::Array::Rotate (DstArrayT *&dst, SrcArrayT *src, double alpha, Geometry::GeoIntType gi, bool adjustSize, typename DstArrayT::ArithType background) |