menu
three_js_math package
documentation
math/math_util.dart
MathUtils
log2 static method
log2 static method
dark_mode
light_mode
log2
static method
double
log2
(
num
x
)
Implementation
static double log2(num x) { return math.log(x) / math.ln2; }
three_js_math package
documentation
math/math_util
MathUtils
log2 static method
MathUtils class