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

Method Matrix4

samples/shared/Matrices.h:640–644  ·  view source on GitHub ↗

////////////////////////////////////////////////////////////////////// inline functions for Matrix4 //////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

638// inline functions for Matrix4
639///////////////////////////////////////////////////////////////////////////
640inline Matrix4::Matrix4()
641{
642 // initially identity matrix
643 identity();
644}
645
646
647

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected