Class PolygonWrapper
Defined in File hex_polyhedron.h
Inheritance Relationships
Base Type
public Node3D
Class Documentation
-
class PolygonWrapper : public Node3D
Public Functions
-
inline explicit PolygonWrapper(std::unique_ptr<RegularPolygon> polygon)
-
~PolygonWrapper() = default
-
PolygonWrapper(const PolygonWrapper &other) = delete
-
PolygonWrapper(PolygonWrapper &&other) = delete
-
PolygonWrapper &operator=(const PolygonWrapper &other) = delete
-
PolygonWrapper &operator=(PolygonWrapper &&other) = delete
-
inline RegularPolygon *polygon()
-
inline int id() const
-
inline PolyhedronTile *tile()
-
inline explicit PolygonWrapper(std::unique_ptr<RegularPolygon> polygon)