menu
three_js_math package
documentation
rotation/euler.dart
Euler
getValue method
getValue method
dark_mode
light_mode
getValue
method
double
getValue
(
int
i
)
Implementation
double getValue(int i){ if(i == 0) return _x; else if(i == 1) return _y; return _z; }
three_js_math package
documentation
rotation/euler
Euler
getValue method
Euler class