Added Int32 vectors

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