| generate_2d_exponential {rayimage} | R Documentation |
Generates a 2D exponential distribution, with an optional argument to take the exponential to a user-defined power.
generate_2d_exponential(falloff = 1, dim = 11, width = 3)
falloff |
Default |
dim |
Default |
width |
Default |
image(generate_2d_exponential(1,31,3), asp=1)