BoundingBox.depth

Get the depth of a BoundingBox, may be negative.

  1. T depth [@property getter]
    struct BoundingBox(T, uint Dim, BoundingBoxOptions options = BoundingBoxOptions.none)
    @property const
    static if(Dim >= 3)
    T
    depth
    ()
    if (
    Dim > 0
    )
  2. T depth [@property setter]

Meta