menu
manim_web package
documentation
util/vector.dart
Vector3
toList method
toList method
dark_mode
light_mode
toList
method
List
<
double
>
toList
(
)
Implementation
List<double> toList() { return [x, y, z]; }
manim_web package
documentation
util/vector
Vector3
toList method
Vector3 class