CSS Logo XNACS1Lib Library Documentation
XNACS1Base.World.OutsideWorldBound Method 

Game-Themed Introductory Programming Project   

Returns true if the inputPrimitive is outside of the worldBound.

public static bool OutsideWorldBound(
   XNACS1Primitive inputPrimitive
);

Parameters

inputPrimitive
the primitive to check

Return Value

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

See Also

XNACS1Base.World Class | XNACS1Lib Namespace