BoundingBox.width

Set the width of a BoundingBox, using origin as the pivot.

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

Meta