whitespace

This commit is contained in:
Michael Kirsch 2019-07-16 20:02:04 +02:00 committed by Joseph Lenox
parent 00b836b3da
commit 76152fd5fa

View File

@ -17,7 +17,7 @@
void repair();
float volume();
void WriteOBJFile(std::string output_file);
void scale(float factor);
void scale_xyz(Pointf3* versor)
%code{% THIS->scale(*versor); %};