XNACS1Lib: CSS490 Spring 2011
Collide the inputPrimitive with the worldBound and return which of the worldBound (left/right/top/bottom or inside) did this primitive intersect with.

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

Syntax

C#
public static BoundCollideStatus CollideWorldBound(
	XNACS1Primitive inputPrimitive
)

Parameters

inputPrimitive
Type: XNACS1Lib..::..XNACS1Primitive
Primitive to be tested

Return Value

The side upon which the primitive has collided with (or if the primitive is inside the world bound).

See Also