The depth measurement depends on the cut of the diamond, not the carat weight.
A 14-point stone is 14/100 of a full carat.
It's a chisel with a diamond point.
The depth of a lake at a center point is a function of the distance of that point from shore.
14 karat diamond
Diamond Point School was created in 1919.
A diamond weighing 14 carats would be a relatively large diamond. Carrot is a root vegetable.
point point
A 1.00 point diamond is one carat, so a .12 point diamond is a little over 1/10th of a carat.
A mine in Mirny, Siberia claims online to be the largest, deepest diamond mine, to a depth of more than 500 meters. You can read more about it, and view images, below.
A point.
A cut diamond is a 3D object as it has length, width and depth (even if it is roundish like a pebble)
The Z-buffer algorithm is a convenient algorithm for rendering images properly according to depth. To begin with, a buffer containing the closest depth at each pixel location is created parallel to the image buffer. Each location in this depth buffer is initialized to negative infinity. Now, the zIntersect and dzPerScanline fields are added to each edge record in the polyfill algorithm. For each point that is to be rendered, the depth of the point against the depth of the point at the desired pixel location. If the point depth is greater than the depth at the current pixel, the pixel is colored with the new color and the depth buffer is updated. Otherwise, the point is not rendered because it is behind another object.