menu
oimo_physics package
documentation
math/vec3.dart
Vec3
copy method
copy method
dark_mode
light_mode
copy
method
Vec3
copy
(
Vec3
v
)
Copy V to this vector
Implementation
Vec3 copy(Vec3 v ){ x = v.x; y = v.y; z = v.z; return this; }
oimo_physics package
documentation
math/vec3
Vec3
copy method
Vec3 class