first real commit

This commit is contained in:
Doug Macintosh
2026-03-08 17:05:59 -04:00
parent d5bc62a4f2
commit 336b0dbb7e
945 changed files with 1083090 additions and 0 deletions

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

View File

@@ -0,0 +1,25 @@
## 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).

View File

@@ -0,0 +1,6 @@
<Project InitialTargets="NETStandardCompatError_System_Numerics_Vectors_net462">
<Target Name="NETStandardCompatError_System_Numerics_Vectors_net462"
Condition="'$(SuppressTfmSupportBuildWarnings)' == ''">
<Warning Text="System.Numerics.Vectors 4.6.1 doesn't support $(TargetFramework) and has not been tested with it. Consider upgrading your TargetFramework to net462 or later. You may also set &lt;SuppressTfmSupportBuildWarnings&gt;true&lt;/SuppressTfmSupportBuildWarnings&gt; in the project file to ignore this warning and attempt to run in this unsupported configuration at your own risk." />
</Target>
</Project>

File diff suppressed because it is too large Load Diff

View File

File diff suppressed because it is too large Load Diff