[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.1 (0.6.3.1)

Syntax

   
 C# 
public bool Contains(
	Vector3I point
)

Parameters

point
Vector3I

See Also