package.vec.mat4.d.ts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ol Show documentation
Show all versions of ol Show documentation
OpenLayers mapping library
The newest version!
/**
* @module ol/vec/mat4
*/
/**
* @return {Array} "4x4 matrix representing a 3D identity transform."
*/
export function create(): Array;
/**
* @param {Array} mat4 Flattened 4x4 matrix receiving the result.
* @param {import("../transform.js").Transform} transform Transformation matrix.
* @return {Array} "2D transformation matrix as flattened 4x4 matrix."
*/
export function fromTransform(mat4: Array, transform: import("../transform.js").Transform): Array;
//# sourceMappingURL=mat4.d.ts.map