Added Int32 vectors

This commit is contained in:
Simon Lübeß
2021-03-03 16:42:17 +01:00
parent 78af9e736e
commit 08daa2f59e
9 changed files with 658 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ using System;
namespace GlitchyEngine.Math
{
[SwizzleVector(2)]
[SwizzleVector(2, "Vector")]
public struct Vector2
{
public const Vector2 Zero = .(0f, 0f);