- Add Mat3 struct (row-major 3x3 matrix) - Implement matrix operations: identity, multiply, vector multiply - Add rotation matrices for X and Z axes - Add mat3_rotation_orbital() combining ω, i, Ω rotations - Add comprehensive tests in test_integration.cpp - Create implementation plan document