diff --git a/X10D.Unity.dll b/X10D.Unity.dll index 1f8017e..ce71de8 100644 Binary files a/X10D.Unity.dll and b/X10D.Unity.dll differ diff --git a/X10D.Unity.xml b/X10D.Unity.xml index 5c10648..33dceaf 100644 --- a/X10D.Unity.xml +++ b/X10D.Unity.xml @@ -327,6 +327,25 @@ is . + + + Numeric-extensions for . + + + + + Converts the current quaternion to a . + + The quaternion to convert. + The converted quaternion. + + + + Converts the current quaternion to a . + + The quaternion to convert. + The converted quaternion. + Extension methods for . @@ -376,6 +395,20 @@ Numeric-extensions for . + + + Converts the current vector to a . + + The vector to convert. + The converted vector. + + + + Converts the current vector to a . + + The vector to convert. + The converted vector. + Returns a vector whose Y component is the same as the specified vector, and whose X component is a new value. @@ -403,6 +436,20 @@ Numeric-extensions for . + + + Converts the current vector to a . + + The vector to convert. + The converted vector. + + + + Converts the current vector to a . + + The vector to convert. + The converted vector. + Returns a vector whose Y and Z components are the same as the specified vector, and whose X component is a new value. @@ -441,6 +488,20 @@ Numeric-extensions for . + + + Converts the current vector to a . + + The vector to convert. + The converted vector. + + + + Converts the current vector to a . + + The vector to convert. + The converted 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/X10D.dll b/X10D.dll index 268915e..7f78620 100644 Binary files a/X10D.dll and b/X10D.dll differ diff --git a/package.json b/package.json index 4a3b698..94e0254 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "url": "https://oliverbooth.dev" }, "displayName": "X10D", - "version": "3.1.0-nightly.100", + "version": "3.1.0-nightly.101", "unity": "2021.2", "description": "Extension methods on crack", "keywords": ["dotnet", "extension-methods"],