Struct Rotate

Inheritance Relationships

Base Type

Struct Documentation

struct Rotate : public dai::OpBase

Public Functions

~Rotate() override
Rotate() = default
inline explicit Rotate(float angle, bool center = true, float offsetX = 0, float offsetY = 0, bool normalized = false)
inline virtual std::string toStr() const override
DEPTHAI_SERIALIZE(Rotate, angle, center, offsetX, offsetY, normalized)

Public Members

float angle
bool center
float offsetX
float offsetY
bool normalized