Research Article

Accurate Volume Calculation Driven by Delaunay Triangulation for Coal Measurement

Algorithm 2

Triangle projection volume calculation.
(i)Input: the triangle list , and the excluded point set
(ii)Output: the summary volume of , where the triangle is excluded in which one of vertices is in
(1);
(2)foreachindo
(3)ifthen
(4)  Calculate the projection volume of ;
(5)  ;
(6) end
(7)end