[rows][columns] or:
col0 col1
row0: [ value, value, ... ] row1: [ value, value, ... ] ...
Returns a unit vector pointing in the direction along which the column index increases (+x) _ | | -> |_|
Get a lattice cell's row and columns indexes based on its unique index
Get a lattice cell's unique index from its row and column indeexes
Returns a unit vector pointing in the direction of the lattice normal
Given the coordinates of a lattice cell (rowIndex and colIndex), return the 3D position of that cell
The row index of the lattice cell
The row index of the lattice cell
Get a lattice cell's 3D position based on its unique index
Returns a unit vector pointing in the direction along which the row index increases (+y) _ | | ^ |_| |
Moves origin ([0, 0] lattice index) to the new location
Changes the size of the lattice
Number of lattice columns
Number of lattice rows
Generated using TypeDoc
Describes a generic lattice where each cell can be accessed with unique X and Y coordinates