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

Method setCellViewMatrix

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

Source from the content-addressed store, hash-verified

98}
99
100void Widget::setCellViewMatrix(const float pXPos, const float pYPos, const glm::mat4& pMatrix)
101{
102 return setTransform(mViewMatrices, pXPos, pYPos, pMatrix);
103}
104
105void Widget::setCellOrientationMatrix(const float pXPos, const float pYPos, const glm::mat4& pMatrix)
106{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected