BoundingBox.height

Get the height of a BoundingBox, may be negative.

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

Meta