geomerative
index
 
Name isIn ( )
Examples
None available
Description Use this method to know if the mesh is inside a graphics object. This might be useful if we want to delete objects that go offscreen.
Syntax
isIn(g);
Parameters
PGraphics   g, the graphics object
Returns boolean, whether the mesh is in or not the graphics object
Usage Geometry
Related