chore: stop tracking dependencies and build artifacts

This commit is contained in:
2025-12-05 21:03:18 +00:00
parent ffa219cfeb
commit 5d7c687a77
6923 changed files with 0 additions and 7370335 deletions

View File

@@ -1,25 +0,0 @@
## About
Provides hardware-accelerated numeric types, suitable for high-performance processing and graphics applications.
## Main Types
The main types provided by this library are:
- System.Numerics.Matrix3x2
- System.Numerics.Matrix4x4
- System.Numerics.Plane
- System.Numerics.Quaternion
- System.Numerics.Vector2
- System.Numerics.Vector3
- System.Numerics.Vector4
- System.Numerics.Vector
- System.Numerics.Vector<T>
## Additional Documentation
- API reference can be found in: https://learn.microsoft.com/en-us/dotnet/api/system.numerics.vectors
## License
System.Numerics.Vectors is released as open source under the [MIT license](https://licenses.nuget.org/MIT).