menu
vector_math package
documentation
vector_math_64.dart
Vector4
sqt property
sqt property
dark_mode
light_mode
sqt
property
Vector3
get
sqt
Implementation
Vector3 get sqt => xwy;
set
sqt
(
Vector3
arg
)
Implementation
set sqt(Vector3 arg) => xwy = arg;
vector_math package
documentation
vector_math_64
Vector4
sqt property
Vector4 class