Skip to content

bloqade.lanes.bytecode.grid.grid_from_rust

← Module overview

functiongrid_from_rustsource

bloqade.lanes.bytecode.grid.grid_from_rust

def grid_from_rust(g: Grid) -> geometry_grid.Grid

Convert a Rust bytecode Grid to a bloqade-geometry Grid.

Parameters

NameTypeDescription
gGrid

Returns

geometry_grid.Grid

source