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

Method setCellViewMatrix

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected