menu
openworld package
documentation
three_dart/three3d/math/index.dart
Vector3
copy method
copy method
dark_mode
light_mode
copy
method
Vector3
copy
(
dynamic
v
)
Implementation
Vector3 copy(v) { // TODO x = v.x; y = v.y; if (v is Vector3) z = v.z; return this; }
openworld package
documentation
three_dart/three3d/math/index
Vector3
copy method
Vector3 class