CSS Logo XNACS1Lib Library Documentation
XNACS1Primitive.Collided Method (XNACS1Primitive)

Game-Themed Introductory Programming Project   

Determines if this primitive collides with otherPrimitive.

public bool Collided(
   XNACS1Primitive otherPrimitive
);

Parameters

otherPrimitive
the other primitive.

Return Value

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

See Also

XNACS1Primitive Class | XNACS1Lib Namespace | XNACS1Primitive.Collided Overload List