menu
vector_math package
documentation
vector_math_64.dart
Vector2
rg property
rg property
dark_mode
light_mode
rg
property
Vector2
get
rg
Implementation
Vector2 get rg => xy;
set
rg
(
Vector2
arg
)
Implementation
set rg(Vector2 arg) => xy = arg;
vector_math package
documentation
vector_math_64
Vector2
rg property
Vector2 class