3#include "../CameraManager.h"
4#include "../../Camera.h"
5#include "../../Pixels/PixelGroup.h"
6#include "../../Pixels/PixelGroups/P3HUB75.h"
7#include "../../../Utils/Math/Transform.h"
Base class for managing camera properties and transformations.
Manages camera orientation and axis alignment.
@ YUp
Up along the positive Y-axis.
@ ZForward
Forward along the positive Z-axis.
Manages multiple CameraBase objects.
Manages camera behavior and pixel groups.
PixelGroup< 2048 > camPixels
HUB75DeltaCameraManager()
CameraLayout cameraLayout
Manages a collection of pixels with positions, colors, and spatial relationships.
Represents a 2D vector (X, Y) and provides methods for vector arithmetic.
Represents a 3D vector (X, Y, Z) and provides methods for vector arithmetic.