API referenceC++ APIHoloscanTypedefsholoscan::Matrix34BetaAsk a question|Copy page|View as Markdown|More actions3×4 matrix types (commonly used for camera projection matrices). template <typename K>using Matrix34 = Matrix<K, 3, 4>; Template parameters Ktypename