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