Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ Matrix4dCopy
Function
Matrix4dCopy
trinity/TriMath.cpp:837–841 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
835
}
836
837
double* Matrix4dCopy( double* result, double* mat )
838
{
839
memcpy( result, mat, sizeof( double ) * 16 );
840
return result;
841
}
842
843
Vector4d Matrix4dTransform( Vector4d point, double* mat )
844
{
Callers
1
UpdatePerObjectData
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected