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