grid_ceil¶
- photonforge.grid_ceil(value)¶
Snap the value to the current grid rounding towards \(+\infty\).
- Parameters:
value – A single value, 2D coordinate or sequence.
- Returns:
Value snapped to the grid.
See also
Snap the value to the current grid rounding towards \(+\infty\).
value – A single value, 2D coordinate or sequence.
Value snapped to the grid.
See also