Properties |
Methods |
Represents a symmetric matrix of order 2*2.
The HMatrix object represents the 2*2 symmetrical matrix
|axx | 0| |
|0 | ayy| |
It contains read-write properties for manipulating matrix components (obviously, the xy property does the same as yx property).
In Addition, HMatrix provides the read-only Principal property as Point that return the principal vector of the matrix:
Vector B = (bx, by) such as