QuadraticRealPolynomial

定义一个变量的二阶多项式函数的函数,其中只有实系数。

Methods

static Cesium.QuadraticRealPolynomial.computeDiscriminant(a, b, c)number

提供与提供的系数的二次方程的判别式。
Name Type Description
a number 二阶单项式的系数。
b number 一阶单项式的系数。
c number 0 阶单项式的系数。
Returns:
判别值。

static Cesium.QuadraticRealPolynomial.computeRealRoots(a, b, c)Array.<number>

提供具有所提供系数的二次多项式的实值根。
Name Type Description
a number 二阶单项式的系数。
b number 一阶单项式的系数。
c number 0 阶单项式的系数。
Returns:
实值根。
Need help? The fastest way to get answers is from the community and team on the Cesium Forum.