valeriyvan/swift-geometrize

Consider introducing Rasterizable protocol

Opened this issue · 0 comments

'''
protocol Rasterizable {
func mutate(x: ClosedRange, y: ClosedRange, using: inout SplitMix64)
func rasterize(x: ClosedRange, y: ClosedRange) -> [Scanline]
}