There's room left for generalization with respect to dimensionality when it comes to transforms in nalgebra.
Most:
Some of these are relatively easy to generalize. Some are not that useful (like projections), but it would be cool to have code that just works no matter the dimension. Rotation might be useful for topology and scientific applications (beyond just rendering) - implementing this and generalizing Transform was the main motivator for opening this issues.
However, I don't personally need this right now. I just wanted to propose this as I don't see any good alternatives.
There's room left for generalization with respect to dimensionality when it comes to transforms in nalgebra.
Most:
TranslationRotation(see General n-Dimensional Rotations)ScalingTransformPerspectiveprojectionOrthographicprojectionSome of these are relatively easy to generalize. Some are not that useful (like projections), but it would be cool to have code that just works no matter the dimension. Rotation might be useful for topology and scientific applications (beyond just rendering) - implementing this and generalizing Transform was the main motivator for opening this issues.
However, I don't personally need this right now. I just wanted to propose this as I don't see any good alternatives.