Navigation
API > API/Runtime > API/Runtime/Chaos
Description
Approximate Asin using expansion to the specified Order (must be 1, 3, 5, or 7). Defaults to 5th order.
| Name | Chaos::Utilities::AsinEst |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Utilities.h |
| Include Path | #include "Chaos/Utilities.h" |
namespace Chaos
{
namespace Utilities
{
template<typename T, int Order>
T Chaos::Utilities::AsinEst
(
const T X
)
}
}