|
@@ -3373,7 +3373,15 @@
|
|
|
<summary>Concatenates two quaternions.</summary>
|
|
|
<param name="value1">The first quaternion rotation in the series.</param>
|
|
|
<param name="value2">The second quaternion rotation in the series.</param>
|
|
|
- <returns>A new quaternion representing the concatenation of the <paramref name="value1" /> rotation followed by the <paramref name="value2" /> rotation.</returns>
|
|
|
+ <returns>A new quaternion representing the concatenation of the
|
|
|
+ <paramref name="value1" /> rotation followed by the
|
|
|
+ <paramref name="value2" /> rotation.</returns>
|
|
|
+ </member>
|
|
|
+ <member name="M:BepuUtilities.Numerics.Quaternion.Concatenate(BepuUtilities.Numerics.Quaternion,BepuUtilities.Numerics.Vector3)">
|
|
|
+ <summary>Returns the result of transforming a vector by a quaternion.</summary>
|
|
|
+ <param name="q">The quaternion transformation.</param>
|
|
|
+ <param name="v">The vector to transform.</param>
|
|
|
+ <returns>The transformation of vector v by quaternion q.</returns>
|
|
|
</member>
|
|
|
<member name="M:BepuUtilities.Numerics.Vector3.Transform(BepuUtilities.Numerics.Vector3,BepuUtilities.Numerics.Quaternion)">
|
|
|
<summary>Transforms a vector by the specified Quaternion rotation value.</summary>
|
|
@@ -4901,6 +4909,11 @@
|
|
|
Waits for all pending work to complete and then disposes all workers.
|
|
|
</summary>
|
|
|
</member>
|
|
|
+ <member name="T:BepuUtilities.UInt4">
|
|
|
+ <summary>
|
|
|
+ A set of 4 integers, useful for spatial hashing.
|
|
|
+ </summary>
|
|
|
+ </member>
|
|
|
<member name="T:BepuUtilities.Vector2Wide">
|
|
|
<summary>
|
|
|
Two dimensional vector with <see cref="F:BepuUtilities.Numerics.Vector`1.Count"/> (with generic type argument of <see cref="T:BepuUtilities.Numerics.Number"/>) SIMD lanes.
|