menu
openworld package
documentation
three_dart/three3d/math/index.dart
Vector3
setScalar method
setScalar method
dark_mode
light_mode
setScalar
method
Vector3
setScalar
(
dynamic
scalar
)
Implementation
Vector3 setScalar(scalar) { x = scalar; y = scalar; z = scalar; return this; }
openworld package
documentation
three_dart/three3d/math/index
Vector3
setScalar method
Vector3 class