menu
openworld package
documentation
three_dart/three3d/math/index.dart
Box2
expandByScalar method
expandByScalar method
dark_mode
light_mode
expandByScalar
method
Box2
expandByScalar
(
double
scalar
)
Implementation
Box2 expandByScalar(double scalar) { min.addScalar(-scalar); max.addScalar(scalar); return this; }
openworld package
documentation
three_dart/three3d/math/index
Box2
expandByScalar method
Box2 class