mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-09 23:45:42 +00:00
Update upm branch (f131c281cf
)
This commit is contained in:
parent
7bbc93c295
commit
66fcab80f2
BIN
X10D.Unity.dll
BIN
X10D.Unity.dll
Binary file not shown.
11
X10D.xml
11
X10D.xml
@ -6942,6 +6942,17 @@
|
||||
Provides static helpers methods for mathematical functions not found in the .NET <see cref="T:System.Math" /> class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:X10D.Math.MathUtility.Bias(System.Single,System.Single)">
|
||||
<summary>
|
||||
Applies a simple bias function to value.
|
||||
</summary>
|
||||
<param name="value">The value to which the bias function will be applied.</param>
|
||||
<param name="bias">The bias value. Valid values range from 0-1.</param>
|
||||
<returns>The biased result.</returns>
|
||||
<remarks>
|
||||
If <paramref name="bias" /> is less than 0.5, <paramref name="value" /> will be shifted downward; otherwise, upward.
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="M:X10D.Math.MathUtility.GammaToLinear(System.Single)">
|
||||
<summary>
|
||||
Converts a gamma-encoded value to a linear value using a gamma value of <c>2.2</c>.
|
||||
|
@ -6,7 +6,7 @@
|
||||
"url": "https://oliverbooth.dev"
|
||||
},
|
||||
"displayName": "X10D",
|
||||
"version": "3.2.0-nightly.217",
|
||||
"version": "3.2.0-nightly.218",
|
||||
"unity": "2021.3",
|
||||
"description": "Extension methods on crack",
|
||||
"keywords": [
|
||||
|
Loading…
Reference in New Issue
Block a user