menu
freehand package
documentation
models/vec.dart
Vec
add method
add method
dark_mode
light_mode
add
method
Vec
add
(
Vec
other
)
Implementation
Vec add(Vec other) => Vec(x + other.x, y + other.y, z);
freehand package
documentation
models/vec
Vec
add method
Vec class