MCPcopy Create free account
hub / github.com/OSVR/OSVR-Core / getMinZ

Method getMinZ

tests/cplusplus/Util/Projection.cpp:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 using Vec3 = Eigen::Vector3d;
48 using Vec4 = Eigen::Vector4d;
49 static double getMinZ() {
50 return opts::IsZOutputUnsigned<Options>::value ? 0 : -1;
51 }
52 ParameterizedProjectionTest()
53 : xBounds({-1, 1}), yBounds({-1, 1}), zBounds({getMinZ(), 1}) {
54 std::cout

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected