menu
openworld package
documentation
three_dart/three3d/math/index.dart
Vector3
add method
add method
dark_mode
light_mode
add
method
Vector3
add
(
Vector3
v
)
Implementation
Vector3 add(Vector3 v) { x += v.x; y += v.y; z += v.z; return this; }
openworld package
documentation
three_dart/three3d/math/index
Vector3
add method
Vector3 class