menu
fluttershy package
documentation
math.dart
Vector3
operator * method
operator * method
dark_mode
light_mode
operator *
method
Vector3
operator *
(
double
scale
)
Scale by
scale
.
Implementation
Vector3 operator *(double scale) => scaled(scale);
fluttershy package
documentation
math
Vector3
operator * method
Vector3 class