menu
three_dart package
documentation
three3d/math/vector4.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; }
three_dart package
documentation
three3d/math/vector4
Vector4
copy method
Vector4 class