Type Alias NxCellPosition

type NxCellPosition = {
    qx?: number;
    qy?: number;
}
Index

Properties

Properties

qx?: number

Position of the cell on the x-axis.

qy?: number

Position of the cell on the y-axis.