MCPcopy Create free account
hub / github.com/arrayfire/forge / setCellOrientationMatrix

Method setCellOrientationMatrix

src/backend/opengl/sdl/window.cpp:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102void Widget::setCellOrientationMatrix(const float pXPos, const float pYPos, const glm::mat4& pMatrix)
103{
104 return setTransform(mOrientMatrices, pXPos, pYPos, pMatrix);
105}
106
107
108void Widget::resetViewMatrices()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected