bibliopixel.util.util module¶
-
bibliopixel.util.util.
genVector
(width, height, x_mult=1, y_mult=1)[source]¶ Generates a map of vector lengths from the center point to each coordinate.
width - width of matrix to generate height - height of matrix to generate x_mult - value to scale x-axis by y_mult - value to scale y-axis by