refactor: replace HRP with NVP in Cylinder serialization and add stream operators for TRS
This commit is contained in:
@@ -86,7 +86,7 @@ public:
|
||||
ar & HRP(Radius);
|
||||
ar & HRP(Height);
|
||||
ar & boost::serialization::make_hrp_enum("Axis", Axis, {"X", "Y", "Z"});
|
||||
ar & HRP("TRS", boost::serialization::base_object<TRS>(*this));
|
||||
ar & NVP("TRS", boost::serialization::base_object<TRS>(*this));
|
||||
}
|
||||
|
||||
/** Sets the radius of the cylinder */
|
||||
|
||||
Reference in New Issue
Block a user