Skip to content

ShapeGrid

Hyomoto edited this page Nov 29, 2020 · 8 revisions
Jump To Go Back Arguments Methods Variables

ShapeGrid( x, y, width, height, columns, rows )

Implements: ShapeRectangle

Returns -1 if point is outside of Shape, otherwise returns the index of the grid point

// no example

Arguments

Name Type Purpose
x undef none provided
y undef none provided
width undef none provided
height undef none provided
columns undef none provided
rows undef none provided

Methods

Jump To top inside

inside( _x, _y )

Returns: N/A undefined

Name Type Purpose
_x undef none provided
_y undef none provided

Variables

Jump To top
  • insideSuper - none provided
  • col - none provided
  • row - none provided
  • gw - none provided
  • gh - none provided
Clone this wiki locally