Home
last modified time | relevance | path

Searched refs:xyzc_points (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/include/android_stub/system/
H A Dgraphics.h213 * firstPoint.x = d.xyzc_points[0];
214 * firstPoint.y = d.xyzc_points[1];
215 * firstPoint.z = d.xyzc_points[2];
216 * firstPoint.confidence = d.xyzc_points[3];
217 * lastPoint.x = d.xyzc_points[(d.num_points - 1) * 4 + 0];
218 * lastPoint.y = d.xyzc_points[(d.num_points - 1) * 4 + 1];
219 * lastPoint.z = d.xyzc_points[(d.num_points - 1) * 4 + 2];
220 * lastPoint.confidence = d.xyzc_points[(d.num_points - 1) * 4 + 3];
233 float xyzc_points[]; member

Completed in 1 milliseconds