BiblioPixelAnimations.cube.bloom module¶
-
BiblioPixelAnimations.cube.bloom.
genCubeVector
(x, y, z, x_mult=1, y_mult=1, z_mult=1)[source]¶ Generates a map of vector lengths from the center point to each coordinate
x - width of matrix to generate y - height of matrix to generate z - depth of matrix to generate x_mult - value to scale x-axis by y_mult - value to scale y-axis by z_mult - value to scale z-axis by