| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected