public BoundingBoxInt16 ToBoundingBoxInt16() { return(new BoundingBoxInt16( Minimum.ToVector3Int16(), Maximum.ToVector3Int16() )); }