MCPcopy Create free account
hub / github.com/Kitware/VTK / ScaleAboutCenter

Method ScaleAboutCenter

Common/DataModel/vtkBoundingBox.cxx:437–440  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

435
436//------------------------------------------------------------------------------
437void vtkBoundingBox::ScaleAboutCenter(double s)
438{
439 this->ScaleAboutCenter(s, s, s);
440}
441
442//------------------------------------------------------------------------------
443// Scale the box around the bounding box center point.

Callers 3

RequestDataMethod · 0.80
RequestDataMethod · 0.80
TestVoronoi2D3.pyFile · 0.80

Calls 2

IsValidMethod · 0.95
GetCenterMethod · 0.95

Tested by

no test coverage detected