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

Method Scale

Rendering/Context2D/vtkContextTransform.cxx:66–70  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

64
65//------------------------------------------------------------------------------
66void vtkContextTransform::Scale(float dx, float dy)
67{
68 float d[] = { dx, dy };
69 this->Transform->Scale(d);
70}
71
72//------------------------------------------------------------------------------
73void vtkContextTransform::Rotate(float angle)

Callers 15

MouseMoveEventMethod · 0.95
MouseWheelEventMethod · 0.95
ComputeMatrixMethod · 0.45
GetFloorTransformMethod · 0.45
ComputeMatricesMethod · 0.45
CreateMaskForImageFunction · 0.45
SetUpMethod · 0.45
BuildLabelMethod · 0.45
InterpolateTransformMethod · 0.45
ComputeMatrixMethod · 0.45
ComputeMatrixMethod · 0.45

Calls

no outgoing calls

Tested by 5

CreateMaskForImageFunction · 0.36
SetUpMethod · 0.36
GenerateGlyphsFunction · 0.36