Click or drag to resize
SbXfBox3fExtendBy Method
Extends this box (if necessary) to contain the specified point or box.
Overload List
  NameDescription
Public methodExtendBy(SbBox3f)
Public methodExtendBy(SbBox3f)
Extends the box (if necessary) to contain the given box bb.
Public methodExtendBy(SbVec3f)
Public methodExtendBy(SbVec3f)
Extends the box (if necessary) to contain the given 3D point pt.
Public methodExtendBy(SbXfBox3f)
Extends the box (if necessary) to contain the given box bb.
Public methodExtendBy(SbXfBox3f)
Extends the box (if necessary) to contain the given box bb.
Top
See Also