XNACS1Lib: CSS490 Spring 2011
Returns true if the inputPrimitive is outside of the worldBound.

Namespace: XNACS1Lib
Assembly: XNACS1Lib (in XNACS1Lib.dll) Version: 1.0.0.0

Syntax

C#
public static bool OutsideWorldBound(
	XNACS1Primitive inputPrimitive
)

Parameters

inputPrimitive
Type: XNACS1Lib..::..XNACS1Primitive
the primitive to check

Return Value

True if inputPrimitive is outside the world bound, otherwise returns false.

See Also