BoundingBox.height

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

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

Meta