aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/point_3d.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/utils/point_3d.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/utils/point_3d.hpp b/src/utils/point_3d.hpp
index 1ce2a313..12540b26 100644
--- a/src/utils/point_3d.hpp
+++ b/src/utils/point_3d.hpp
@@ -53,6 +53,11 @@ namespace usdx
{
return z;
}
+
+ void get_z(const T& value)
+ {
+ z = value;
+ }
};
};