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

Method setCellOrientationMatrix

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected