Appearance
KBE3D / KBCore / Cesium / createCovarianceMatrixFromUpperTriangle
函数: createCovarianceMatrixFromUpperTriangle()
createCovarianceMatrixFromUpperTriangle(
array:number[]):Matrix3
Creates a Matrix3 that describes a covariance matrix (which is symmetric) from the array containing the upper triangle, in column-major order.
参数
array
number[]
The input array
返回
The Matrix3
