Skip to content
Snippets Groups Projects

De/Serialization for wavefront object files

Merged Ludwig Jaeck requested to merge serialization into main
All threads resolved!
Files
6
+ 2
2
@@ -36,8 +36,8 @@ public:
void assert_platonic() const;
double volume() const;
double radius() const;
const PolyhedralTopology& topology() { return m_topology; };
const std::vector<R3>& vertices() { return m_vertices; };
const PolyhedralTopology& topology() const { return m_topology; };
const std::vector<R3>& vertices() const { return m_vertices; };
complex_t formfactor(const C3& q) const;
private:
Loading