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