mirror of
https://github.com/UglyToad/PdfPig.git
synced 2026-03-10 00:23:29 +08:00
* Throw when trying to inverse a matrix with a determinant of 0 * Optimize Hex.GetString on .NET * Updates tests for Matrix3x3.Inverse() change * Eliminate allocation in InternalStringExtensions * Use vectorized Span.Fill method * Eliminate various string allocations when parsing numbers * Remove unused using statements * Fix Matrix3x3 Equals nullability