menu
openworld package
documentation
three_dart/three3d/math/index.dart
Vector2
random method
random method
dark_mode
light_mode
random
method
Vector2
random
(
)
Implementation
Vector2 random() { x = Math.random(); y = Math.random(); return this; }
openworld package
documentation
three_dart/three3d/math/index
Vector2
random method
Vector2 class