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

Method Matrix2

samples/shared/Matrices.h:220–224  ·  view source on GitHub ↗

////////////////////////////////////////////////////////////////////// inline functions for Matrix2 //////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

218// inline functions for Matrix2
219///////////////////////////////////////////////////////////////////////////
220inline Matrix2::Matrix2()
221{
222 // initially identity matrix
223 identity();
224}
225
226
227

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected