menu
vector_math package
documentation
vector_math_64.dart
Vector4
b property
b property
dark_mode
light_mode
b
property
double
get
b
Implementation
double get b => z;
set
b
(
double
arg
)
Implementation
set b(double arg) => z = arg;
vector_math package
documentation
vector_math_64
Vector4
b property
Vector4 class