menu
openworld package
documentation
three_dart/three3d/math/index.dart
Vector4
copy method
copy method
dark_mode
light_mode
copy
method
Vector4
copy
(
Vector4
v
)
Implementation
Vector4 copy(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
copy method
Vector4 class