BoundingBox.opCast

Cast BoundingBox to another storage type.

  1. auto opCast()
    struct BoundingBox(T, uint Dim, BoundingBoxOptions options = BoundingBoxOptions.none)
    const
    static if(storeSize)
    opCast
    (
    U : BoundingBox!(T, Dim, options ^ BoundingBoxOptions.storeSize)
    )
    ()
    if (
    Dim > 0
    )
  2. auto opCast()

Meta