|
It is the responsibility of the user that the points buffer is big enough for the number of points.
The given buffer will be copied into an internal buffer inside the engine
points_buffer contains the x,y,z of the points (example: x1,y1,z1, x2,y2,z2, x3,y3,z3 ....)
note for example that if the number_of_points==3 then we will need an array with 9 doubles (double points[9] )
|