diff --git a/X10D.Unity.dll b/X10D.Unity.dll index a3d3d37..2ac266c 100644 Binary files a/X10D.Unity.dll and b/X10D.Unity.dll differ diff --git a/X10D.Unity.xml b/X10D.Unity.xml index edbe431..4bc5a4b 100644 --- a/X10D.Unity.xml +++ b/X10D.Unity.xml @@ -579,6 +579,55 @@ , and whose component is . + + + Numeric-extensions for . + + + + + Deconstructs the current into its components. + + The vector to deconstruct. + The X component value. + The Y component value. + + + + Converts the current into a . + + The vector to convert. + The resulting . + + + + Converts the current into a . + + The vector to convert. + The resulting . + + + + Returns a vector whose Y component is the same as the specified vector, and whose X component is a new value. + + The vector to copy. + The new X component value. + + A new instance of whose components is the same as that of + , and whose component is . + + + + + Returns a vector whose X component is the same as the specified vector, and whose Y component is a new value. + + The vector to copy. + The new Y component value. + + A new instance of whose components is the same as that of + , and whose component is . + + Numeric-extensions for . @@ -640,6 +689,56 @@ the same as that of , and whose component is . + + + Numeric-extensions for . + + + + + Deconstructs the current into its components. + + The vector to deconstruct. + The X component value. + The Y component value. + The Z component value. + + + + Returns a vector whose Y and Z components are the same as the specified vector, and whose X component is a new value. + + The vector to copy. + The new X component value. + + A new instance of whose and + components are the same as that of , and whose component is + . + + + + + Returns a vector whose X and Z components are the same as the specified vector, and whose Y component is a new value. + + The vector to copy. + The new Y component value. + + A new instance of whose and + components are the same as that of , and whose component is + . + + + + + Returns a vector whose X and Y components are the same as the specified vector, and whose Z component is a new value. + + The vector to copy. + The new Z component value. + + A new instance of whose and + components are the same as that of , and whose component is + . + + Numeric-extensions for . diff --git a/X10D.dll b/X10D.dll index bb9502c..6f8e025 100644 Binary files a/X10D.dll and b/X10D.dll differ