XNACS1Lib: CSS490 Spring 2011
Determines if this primitive collides with otherPrimitive.

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

Syntax

C#
public bool Collided(
	XNACS1Primitive otherPrimitive
)

Parameters

otherPrimitive
Type: XNACS1Lib..::..XNACS1Primitive
the other primitive.

Return Value

True: if the two primitives has collided. False: if the two primitives do not collide.

See Also