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

Method SetAxis

Common/DataModel/vtkAnnulus.cxx:89–92  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

87
88//------------------------------------------------------------------------------
89void vtkAnnulus::SetAxis(double x, double y, double z)
90{
91 this->SetAxis(vtkVector3d(x, y, z));
92}
93
94//------------------------------------------------------------------------------
95void vtkAnnulus::SetAxis(double axis[3])

Callers

nothing calls this directly

Calls 3

UpdateTransformMethod · 0.95
vtkVector3dClass · 0.70
NormalizeMethod · 0.45

Tested by

no test coverage detected