BoundingBox.width

Get the width of a BoundingBox, may be negative.

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

Meta