Created by: zsugabubus
round() rounds away from zero that can cause unwanted lengthening of dimensions when sides of box differ in their sign:
scale_length(2, -1, 1.5) == 4 (-1.5 -> -2; 1.5 -> 2) scale_length(2, 1, 1.5) == 3
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Created by: zsugabubus
round() rounds away from zero that can cause unwanted lengthening of dimensions when sides of box differ in their sign:
scale_length(2, -1, 1.5) == 4 (-1.5 -> -2; 1.5 -> 2) scale_length(2, 1, 1.5) == 3