We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c844269 commit bf96c09Copy full SHA for bf96c09
point_utils.c
@@ -0,0 +1,11 @@
1
+#include "fdf.h"
2
+
3
+unsigned long get_z(unsigned long point)
4
+{
5
+ return (point >> 32);
6
+}
7
8
+unsigned long get_color(unsigned long point)
9
10
+ return (point & COLOR_MASK);
11
0 commit comments