diff --git a/X10D.Unity.dll b/X10D.Unity.dll index 7f07562..4c18c45 100644 Binary files a/X10D.Unity.dll and b/X10D.Unity.dll differ diff --git a/X10D.dll b/X10D.dll index 313c66f..58db0cf 100644 Binary files a/X10D.dll and b/X10D.dll differ diff --git a/X10D.xml b/X10D.xml index 5a0d498..21866bc 100644 --- a/X10D.xml +++ b/X10D.xml @@ -6953,6 +6953,17 @@ If is less than 0.5, will be shifted downward; otherwise, upward. + + + Applies a simple bias function to value. + + The value to which the bias function will be applied. + The bias value. Valid values range from 0-1. + The biased result. + + If is less than 0.5, will be shifted downward; otherwise, upward. + + Converts a gamma-encoded value to a linear value using a gamma value of 2.2. @@ -7077,6 +7088,24 @@ The new maximum value. The scaled value. + + + Performs smooth Hermite interpolation from one value to a target using a specified alpha. + + The interpolation source. + The interpolation target. + The interpolation alpha. + The interpolation result. + + + + Performs smooth Hermite interpolation from one value to a target using a specified alpha. + + The interpolation source. + The interpolation target. + The interpolation alpha. + The interpolation result. + Math-related extension methods for . diff --git a/package.json b/package.json index 6793908..da1309f 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "url": "https://oliverbooth.dev" }, "displayName": "X10D", - "version": "3.2.0-nightly.218", + "version": "3.2.0-nightly.219", "unity": "2021.3", "description": "Extension methods on crack", "keywords": [