Skip to content
Snippets Groups Projects
Commit 7a1963b2 authored by Patrik Huber's avatar Patrik Huber
Browse files

Fixed last doxygen warning

parent 31862eb0
No related branches found
No related tags found
No related merge requests found
......@@ -144,8 +144,8 @@ public:
* If one of the given vectors is empty, the mean is used.
* The coefficient vectors should contain normalised, i.e. standard normal distributed coefficients.
*
* @param[in] shapeCoefficients The PCA coefficients used to generate the shape sample.
* @param[in] colorCoefficients The PCA coefficients used to generate the shape sample.
* @param[in] shape_coefficients The PCA coefficients used to generate the shape sample.
* @param[in] color_coefficients The PCA coefficients used to generate the shape sample.
* @return A model instance with given coefficients.
*/
render::Mesh draw_sample(std::vector<float> shape_coefficients, std::vector<float> color_coefficients)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment