Add Int2 Min/Max support.

This commit is contained in:
Jean-Baptiste Perrier
2021-04-08 18:51:46 +02:00
parent efbc7976b0
commit 529beaad08

View File

@@ -41,6 +41,12 @@ public:
// Vector with all components equal 1
static const Int2 One;
// A minimum Int2
static const Int2 Minimum;
// A maximum Int2
static const Int2 Maximum;
public:
/// <summary>