MCPcopy Create free account
hub / github.com/RozDavid/UnScene3D / getTranspose

Method getTranspose

utils/cuda_utils/include/cuda_SimpleMatrixUtil.h:361–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359 swap(m23, m32);
360 }
361 inline __device__ __host__ float3x3 getTranspose() const {
362 float3x3 ret = *this;
363 ret.transpose();
364 return ret;
365 }
366
367 //! inverts the matrix
368 inline __device__ __host__ void invert() {

Callers

nothing calls this directly

Calls 1

transposeMethod · 0.45

Tested by

no test coverage detected