diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libcamera/transform.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libcamera/transform.h b/include/libcamera/transform.h index 14f1db0e..9eb10e15 100644 --- a/include/libcamera/transform.h +++ b/include/libcamera/transform.h @@ -74,6 +74,9 @@ Transform transformFromRotation(int angle, bool *success = nullptr); Transform transformFromOrientation(const Orientation &orientation); Orientation transformToOrientation(const Transform &transform); +Transform operator/(const Orientation &o1, const Orientation &o2); +Orientation operator*(const Orientation &o, const Transform &t); + const char *transformToString(Transform t); } /* namespace libcamera */ |