Polynomial Structure
Represents a cubic polynomial.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+44e7797405725ef3cf24b3ff0eba94ce6c649601
public readonly struct Polynomial : IEquatable<Polynomial>
- Inheritance
- Object ValueType Polynomial
- Implements
- IEquatablePolynomial
These polynomials admit arguments in the interval [0, 1].
Area | Gets the unscaled area below the cubic polynomial. |
K0 | Coefficient for 0th-degree term. |
K1 | Coefficient for 1st-degree term. |
K2 | Coefficient for 2nd-degree term. |
K3 | Coefficient for 3rd-degree term. |
Derivative | Evaluates the derivative of the polynomial at a given argument. |
Eval | Evaluates the polynomial at a given argument. |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Gets a textual representation of the cubic polynomial. (Overrides ValueTypeToString) |