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