DK11 for Delphi | GisMatrix.TGIS_SquareMatrix.Create | Overloads | Constructors | Methods | Properties
Creates an instance. If the source matrix is not square then it will be truncated by the smaller dimension.
// Delphi public constructor Create( const _mtr : TGIS_Matrix ); overload;
// C++ Builder Create ( TGIS_Matrix* const _mtr );
Name | Type | Description |
---|---|---|
_mtr | TGIS_Matrix | the source data for matrix |