pub type Momentum3<N> = MomentumN<N, U3>;
Momentum in $3$-dimensional Lorentzian space $\R^{-,+} = \R^{1,2}$.
struct Momentum3<N> { /* private fields */ }