menu
manim_web package
documentation
util/space_ops.dart
Array
getColumn method
getColumn method
dark_mode
light_mode
getColumn
method
List
<
double
>
getColumn
(
int
j
)
Implementation
List<double> getColumn(int j) { return values.map((row) => row[j]).toList(); }
manim_web package
documentation
util/space_ops
Array
getColumn method
Array class