menu
Flutter
vector_math_64
Vector4
Vector4.copy factory constructor
Vector4.copy
brightness_4
brightness_5
Vector4.copy
constructor
Vector4.copy
(
Vector4
other
)
Copy of
other
.
Implementation
factory Vector4.copy(Vector4 other) => Vector4.zero()..setFrom(other);
Flutter
vector_math_64
Vector4
Vector4.copy factory constructor
Vector4 class