menu
three_dart package
documentation
three3d/math/box3.dart
Box3
expandByScalar method
expandByScalar method
dark_mode
light_mode
expandByScalar
method
Box3
expandByScalar
(
num
scalar
)
Implementation
Box3 expandByScalar(num scalar) { min.addScalar(-scalar); max.addScalar(scalar); return this; }
three_dart package
documentation
three3d/math/box3
Box3
expandByScalar method
Box3 class