|
Physics Simulation & Visualization Tool 0.1
A C++ physics simulation engine with real-time 3D visualization
|
Functions | |
| double | numberOr (const QJsonObject &obj, const char *key, double fallback) |
| QJsonArray | vec3ToJson (const glm::vec3 &v) |
| glm::vec3 | jsonToVec3 (QJsonArray arr, const glm::vec3 &fallback=glm::vec3(0.0f)) |
| QJsonObject | thermalToJson (const ThermalProperties &props) |
| ThermalProperties | jsonToThermal (const QJsonObject &obj, const ThermalProperties &fallback) |
|
inline |
Definition at line 64 of file SceneSerializer.cpp.
|
inline |
|
inline |
|
inline |
|
inline |