diff --git a/X10D.Unity.dll b/X10D.Unity.dll index dadb548..b530206 100644 Binary files a/X10D.Unity.dll and b/X10D.Unity.dll differ diff --git a/X10D.Unity.xml b/X10D.Unity.xml index 4c89224..d19053c 100644 --- a/X10D.Unity.xml +++ b/X10D.Unity.xml @@ -2399,6 +2399,21 @@ ; otherwise . + + + Rounds the components in the current to the nearest integer. + + The vector whose components to round. + The rounded vector. + + + + Rounds the components in the current to the nearest multiple of a specified number. + + The vector whose components to round. + The nearest multiple to which the components should be rounded. + The rounded vector. + Converts the current into a . @@ -2566,6 +2581,21 @@ The Y component value. The Z component value. + + + Rounds the components in the current to the nearest integer. + + The vector whose components to round. + The rounded vector. + + + + Rounds the components in the current to the nearest multiple of a specified number. + + The vector whose components to round. + The nearest multiple to which the components should be rounded. + The rounded vector. + Converts the current vector to a . @@ -2685,6 +2715,21 @@ The Z component value. The W component value. + + + Rounds the components in the current to the nearest integer. + + The vector whose components to round. + The rounded vector. + + + + Rounds the components in the current to the nearest multiple of a specified number. + + The vector whose components to round. + The nearest multiple to which the components should be rounded. + The rounded vector. + Converts the current vector to a . diff --git a/X10D.dll b/X10D.dll index 526cdb6..b89e07a 100644 Binary files a/X10D.dll and b/X10D.dll differ diff --git a/X10D.xml b/X10D.xml index 09979db..1c4673d 100644 --- a/X10D.xml +++ b/X10D.xml @@ -2712,6 +2712,21 @@ ; otherwise . + + + Rounds the components in the current to the nearest integer. + + The point whose components to round. + The rounded point. + + + + Rounds the components in the current to the nearest multiple of a specified number. + + The point whose components to round. + The nearest multiple to which the components should be rounded. + The rounded point. + Converts the current to a . @@ -7049,6 +7064,21 @@ ; otherwise . + + + Rounds the components in the current to the nearest integer. + + The vector whose components to round. + The rounded vector. + + + + Rounds the components in the current to the nearest multiple of a specified number. + + The vector whose components to round. + The nearest multiple to which the components should be rounded. + The rounded vector. + Converts the current to a . @@ -7099,6 +7129,21 @@ The Y component value. The Z component value. + + + Rounds the components in the current to the nearest integer. + + The vector whose components to round. + The rounded vector. + + + + Rounds the components in the current to the nearest multiple of a specified number. + + The vector whose components to round. + The nearest multiple to which the components should be rounded. + The rounded vector. + Returns a vector whose Y and Z components are the same as the specified vector, and whose X component is a new value. @@ -7147,6 +7192,21 @@ The Z component value. The W component value. + + + Rounds the components in the current to the nearest integer. + + The vector whose components to round. + The rounded vector. + + + + Rounds the components in the current to the nearest multiple of a specified number. + + The vector whose components to round. + The nearest multiple to which the components should be rounded. + The rounded vector. + Returns a vector whose Y, Z, and W components are the same as the specified vector, and whose X component is a new diff --git a/package.json b/package.json index 66b5409..e7db794 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "url": "https://oliverbooth.dev" }, "displayName": "X10D", - "version": "3.2.0-nightly.121", + "version": "3.2.0-nightly.122", "unity": "2021.2", "description": "Extension methods on crack", "keywords": ["dotnet", "extension-methods"],