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

Method GetModelToWorldMatrix

Rendering/Core/vtkProp3D.cxx:157–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157void vtkProp3D::GetModelToWorldMatrix(vtkMatrix4x4* result)
158{
159 this->GetMatrix(result);
160}
161
162void vtkProp3D::SetPropertiesFromModelToWorldMatrix(vtkMatrix4x4* modelToWorld)
163{

Callers 15

GetKeyMatricesMethod · 0.80
RenderGL2PSMethod · 0.80
SetShaderParametersMethod · 0.80
RenderMethod · 0.80
RenderMethod · 0.80
ProjectTetrahedraMethod · 0.80
IsCameraInsideMethod · 0.80
RenderVolumeGeometryMethod · 0.80
BindTransformationsMethod · 0.80
RenderSingleInputMethod · 0.80

Calls 1

GetMatrixMethod · 0.95

Tested by

no test coverage detected