menu
three_dart package
documentation
three3d/math/box2.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; }
three_dart package
documentation
three3d/math/box2
Box2
expandByScalar method
Box2 class