Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GPUOpen-Effects/TressFX
/ GetElement
Method
GetElement
src/Math/Matrix44.cpp:205–205 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
203
}
204
205
float Matrix4::GetElement(int i, int j) const { return m[i][j]; }
206
207
Vector3 Matrix4::operator*(const Vector3& vec) const
208
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected