[This is preliminary documentation and is subject to change.]

Constructs a bounding box between two given coordinates.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)

Syntax

   
 C# 
public BoundingBox(
	int x1,
	int y1,
	int z1,
	int x2,
	int y2,
	int z2
)

Parameters

x1
Int32

[Missing <param name="x1"/> documentation for "M:fCraft.BoundingBox.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

y1
Int32

[Missing <param name="y1"/> documentation for "M:fCraft.BoundingBox.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

z1
Int32

[Missing <param name="z1"/> documentation for "M:fCraft.BoundingBox.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

x2
Int32

[Missing <param name="x2"/> documentation for "M:fCraft.BoundingBox.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

y2
Int32

[Missing <param name="y2"/> documentation for "M:fCraft.BoundingBox.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

z2
Int32

[Missing <param name="z2"/> documentation for "M:fCraft.BoundingBox.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also