[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.5 (0.6.3.5)

Syntax

   
 C# 
[PureAttribute]
public bool Contains(
	Vector3I point
)

Parameters

point
Vector3I

See Also