Interface: RLERun<T>
The RLERun specifies a contigous run of values for a row,
where all indices (i only) from [start,end) have the specified
value.
Type Parameters
• T
Properties
end
end:
number
Defined in
packages/core/src/types/IRLEVoxelMap.ts:11
start
start:
number
Defined in
packages/core/src/types/IRLEVoxelMap.ts:10
value
value:
T