MCPcopy 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
438template <typename T>
439Matrix3<T> transpose(Matrix3<T> m) {
440 return m.transpose();
441}
442
443template <typename T>
444Matrix3<T> ortho(Matrix3<T> mat) {

Callers 1

parseABCMethod · 0.85

Calls 1

transposeMethod · 0.80

Tested by

no test coverage detected