Struct RoomSettings#
Defined in File settings.hpp
Struct Documentation#
-
struct RoomSettings
Public Functions
-
QJsonObject to_json() const
Public Members
-
std::array<double, 3> planePoint = {0, 0, 0}
-
std::array<double, 3> planeNormal = {0, 0, 1}
-
bool planeDefined = false
Public Static Functions
-
static std::optional<RoomSettings> from_json(const QJsonObject&)
-
QJsonObject to_json() const