comparison Sources/Vector3D.cpp @ 34:bee2017f3088

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 04 Apr 2024 20:25:23 +0200
parents 2460b376d3f7
children
comparison
equal deleted inserted replaced
33:2460b376d3f7 34:bee2017f3088
22 **/ 22 **/
23 23
24 24
25 #include "Vector3D.h" 25 #include "Vector3D.h"
26 26
27 #include "Toolbox.h" 27 #include "STLToolbox.h"
28 28
29 #include <OrthancException.h> 29 #include <OrthancException.h>
30 30
31 #include <cmath> 31 #include <cmath>
32 32