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