Defines a series of points along a 2D grid.
Inputs
Name |
Type |
Description |
From X |
Number |
The X coordinate of the start point. |
From Y |
Number |
The Y coordinate of the start point. |
To X |
Number |
The X coordinate of the end point. |
To Y |
Number |
The Y coordinate of the end point. |
Count X |
Integer |
The number of points along the X direction. |
Count Y |
Integer |
The number of points along the Y direction. |
Outputs
Name |
Type |
Description |
Point X |
Number List |
The X coordinates of the result. |
Point Y |
Number List |
The Y coordinates of the result. |