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