@ui5/linter
Version:
A static code analysis tool for UI5
16 lines (13 loc) • 552 B
TypeScript
// This file is generated by the createTypes script.
declare module "sap/ui/vtm/Matrix" {
import {Matrix} from "sap/ui/vtm/library";
/**
* A float[] type representing a transformation matrix in a ISO 10303-42 format (in a 1 dimensional array of 13 numbers).
*
* The {@link sap.ui.vtm.MatrixComponent} enumeration enumerates the array indices of the matrix components for this type
*
* @experimental (since 1.0.0) - This class is experimental and might be modified or removed in future versions.
* @public
*/
export default Matrix;
}