MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / Matrix3

Method Matrix3

samples/shared/Matrices.h:418–422  ·  view source on GitHub ↗

////////////////////////////////////////////////////////////////////// inline functions for Matrix3 //////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

416// inline functions for Matrix3
417///////////////////////////////////////////////////////////////////////////
418inline Matrix3::Matrix3()
419{
420 // initially identity matrix
421 identity();
422}
423
424
425

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected