mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-10 03:25:41 +00:00
Update upm branch (514e5b12b0
)
This commit is contained in:
parent
b94655afec
commit
a1b87259c8
BIN
X10D.Unity.dll
BIN
X10D.Unity.dll
Binary file not shown.
24
X10D.xml
24
X10D.xml
@ -7098,6 +7098,30 @@
|
||||
<param name="gamma">The gamma value to use for encoding.</param>
|
||||
<returns>The gamma-encoded value.</returns>
|
||||
</member>
|
||||
<member name="M:X10D.Math.MathUtility.Pulse(System.Single,System.Single,System.Single)">
|
||||
<summary>
|
||||
Returns the pulse wave for a given value.
|
||||
</summary>
|
||||
<param name="value">The value to calculate.</param>
|
||||
<param name="lowerBound">The inclusive lower bound of the pulse.</param>
|
||||
<param name="upperBound">The inclusive upper bound of the pulse.</param>
|
||||
<returns>
|
||||
1 if <paramref name="value" /> lies between <paramref name="lowerBound" /> and <paramref name="upperBound" />;
|
||||
otherwise, 0.
|
||||
</returns>
|
||||
</member>
|
||||
<member name="M:X10D.Math.MathUtility.Pulse(System.Double,System.Double,System.Double)">
|
||||
<summary>
|
||||
Returns the pulse wave for a given value.
|
||||
</summary>
|
||||
<param name="value">The value to calculate.</param>
|
||||
<param name="lowerBound">The inclusive lower bound of the pulse.</param>
|
||||
<param name="upperBound">The inclusive upper bound of the pulse.</param>
|
||||
<returns>
|
||||
1 if <paramref name="value" /> lies between <paramref name="lowerBound" /> and <paramref name="upperBound" />;
|
||||
otherwise, 0.
|
||||
</returns>
|
||||
</member>
|
||||
<member name="M:X10D.Math.MathUtility.Sawtooth(System.Single)">
|
||||
<summary>
|
||||
Returns the incremental sawtooth wave of a given value.
|
||||
|
@ -6,7 +6,7 @@
|
||||
"url": "https://oliverbooth.dev"
|
||||
},
|
||||
"displayName": "X10D",
|
||||
"version": "3.2.0-nightly.222",
|
||||
"version": "3.2.0-nightly.223",
|
||||
"unity": "2021.3",
|
||||
"description": "Extension methods on crack",
|
||||
"keywords": [
|
||||
|
Loading…
Reference in New Issue
Block a user