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

Checks if a given point is inside this bounding box.

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

Syntax

   
 C# 
public bool Contains(
	int x,
	int y,
	int z
)

Parameters

x
Int32
y
Int32
z
Int32

See Also