fCraft.BoundingBox.BoundingBox C# (CSharp) Method

BoundingBox() public method

public BoundingBox ( Position p1, Position p2 ) : System
p1 Position
p2 Position
return System
        public BoundingBox( Position p1, Position p2 ) :
            this( p1.X, p1.Y, p1.H, p2.X, p2.Y, p2.H ) {
        }

Same methods

BoundingBox::BoundingBox ( Position pos, int widthX, int widthY, int height ) : System
BoundingBox::BoundingBox ( System.Xml.Linq.XElement root ) : System
BoundingBox::BoundingBox ( int x1, int y1, int h1, int x2, int y2, int h2 ) : System