Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ transpose
Function
transpose
source/core/StarMatrix3.hpp:439–441 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
437
438
template <typename T>
439
Matrix3<T> transpose(Matrix3<T> m) {
440
return m.transpose();
441
}
442
443
template <typename T>
444
Matrix3<T> ortho(Matrix3<T> mat) {
Callers
1
parseABC
Method · 0.85
Calls
1
transpose
Method · 0.80
Tested by
no test coverage detected