update parameter description

This commit is contained in:
Michael Kirsch 2019-06-26 19:44:15 +02:00 committed by Joseph Lenox
parent da3025e0b0
commit 4c1e44702b

View File

@ -489,8 +489,8 @@ class ModelVolume
/// \return ModelObject* pointer to the owner ModelObject
ModelObject* get_object() const { return this->object; };
/// Get the ModelVolume's mesh, transformed by the ModelVolume's TransformationMatrix
/// \param additional_trafo additional transformation
/// Get the ModelVolume's mesh, transformed by the argument's TransformationMatrix
/// \param trafo
/// \return TriangleMesh the transformed mesh
TriangleMesh get_transformed_mesh(TransformationMatrix const & trafo) const;