This method return "0" if there is no intersection between the region "region" and the class's bounding box.
Syntax
int Inside_Range(
SliceO_Window * window,
Region_2D region
) ;
Parameters
window
Pointer to a window .
region
Region (in "inf" space) to test against the bounding box.
Return value
This method return "0" if there is no intersection between the region "region" and the class's bounding box.
Remarks
Requirements
Header:
sliceO_include.hpp
Library:
sliceO_Structures.lib
Example
See also