You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtx Class > TMtx Methods > Eye Method > TMtx.Eye Method (int, int, bool, bool)
Dew Math for .NET
ContentsIndexHome
Example
var A,B: TMtx; begin CreateIt(A); try A.Eye(3,3); // ... finally FreeIt(A); end; end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.