2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-09-09 03:01:41 -04:00

BREAKING CHANGE. Replaced Vector2, Vector3 and Vector4 with System.Numerics.

- Testing out a breaking change so we can use System.Numerics.
This commit is contained in:
2020-05-02 15:13:57 +01:00
parent 3b3bdc34c4
commit 85c5585dec
4 changed files with 95 additions and 273 deletions

View File

@@ -6,10 +6,9 @@
* See LICENSE for details.
*/
using System;
using System.Numerics;
using System.Runtime.InteropServices;
using System.Security;
using Quaternion = Raylib_cs.Vector4;
namespace Raylib_cs
{