You are here:
Symbol Reference >
MtxVecInt Namespace
>
Classes
>
TMtxInt Class
>
public
>
TMtxInt.Eye Method
MtxVec VCL
Example
TMtxInt.Eye Method
var
A,B:
TMtxInt
;
begin
CreateIt
(A);
try
A.Eye(3,3);
// ...
finally
FreeIt
(A);
end
;
end
;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.