QuarticRealPolynomial
Methods
-
staticSuperMap3D.QuarticRealPolynomial.computeDiscriminant(a, b, c, d, e) → Number
-
根据提供的系数计算四元方程的判别式。
Name |
Type |
Description |
a |
Number
|
四阶单项式的系数。 |
b |
Number
|
三阶单项式的系数。 |
c |
Number
|
二阶单项式的系数。 |
d |
Number
|
一阶单项式的系数。 |
e |
Number
|
0 阶单项式的系数。 |
Returns:
判别式的值。
-
staticSuperMap3D.QuarticRealPolynomial.computeRealRoots(a, b, c, d, e) → Array.<Number>
-
提供所提供系数的四元多项式的实值根。
Name |
Type |
Description |
a |
Number
|
四阶单项式的系数。 |
b |
Number
|
三阶单项式的系数。 |
c |
Number
|
二阶单项式的系数。 |
d |
Number
|
一阶单项式的系数。 |
e |
Number
|
0阶单项式的系数。 |
Returns:
The real valued roots.