Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ SetMatrix
Method
SetMatrix
Web/WebGLExporter/vtkWebGLDataSet.cxx:102–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
}
101
102
void vtkWebGLDataSet::SetMatrix(float* m)
103
{
104
this->Matrix = m;
105
this->hasChanged = true;
106
}
107
108
void vtkWebGLDataSet::GenerateBinaryData()
109
{
Callers
4
SetMesh
Method · 0.45
SetLine
Method · 0.45
SetTransformationMatrix
Method · 0.45
SetPoints
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected