Class: TMatrix
Description:
TMatrix Class
| Fields | Values |
|---|---|
| Repo: | soz-live |
| Superclass: | Matrix |
| Subclasses: | TMatrix-Twist TMatrix-Mitre TMatrix-Mirror-XY TMatrix-Mirror-X TMatrix-Mirror-Y TMatrix-Scale TMatrix-Rotation-XAxis TMatrix-Rotation-YAxis TMatrix-Rotation-ZAxis TMatrix-Translation TMatrix-Unit TMatrix-Axes |
| Interfaces: | |
| Interfaced: | SZGETMatrix, SZCEPosn |
| Abstract?: | No |
| isValue?: | Yes |
TMatrix-Make
| Keys | Types | Help |
|---|---|---|
| X | Vector | XAxis Vector |
| Y | Vector | YAxis Vector |
| Z | Vector | ZAxis Vector |
| POINT | Point | Origin |
| Returns: | TMatrix | |
| Help: | TMatrix Creation Routine |
Functions:
TMatrix-Origin
| Keys | Types | Help |
|---|---|---|
| TM | TMatrix | |
| Returns: | Point | |
| Help: | Origin of TMatrix |
TMatrix-Product
| Keys | Types | Help |
|---|---|---|
| M1 | TMatrix | |
| M2 | TMatrix | |
| Returns: | TMatrix | |
| Help: | TMatrix Product |
TMatrix-Relative
| Keys | Types | Help |
|---|---|---|
| P | TMatrix | |
| C | TMatrix | |
| Returns: | TMatrix | |
| Help: | TMatrix Relative |
TMatrix-Translate
| Keys | Types | Help |
|---|---|---|
| M | TMatrix | |
| V | Vector | |
| Returns: | TMatrix | |
| Help: | TMatrix Translate |
TMatrix-Transpose
| Keys | Types | Help |
|---|---|---|
| M | TMatrix | |
| Returns: | TMatrix | |
| Help: | Transpose of TMatrix |
TMatrix-TransposeLT
| Keys | Types | Help |
|---|---|---|
| M | TMatrix | |
| Returns: | TMatrix | |
| Help: | TransposeLT of TMatrix |
TMatrix-VectorProduct
| Keys | Types | Help |
|---|---|---|
| M | TMatrix | |
| POINT | Vector | |
| DSP | Logical | |
| Returns: | Vector | |
| Help: | TMatrix VectorProduct |
TMatrix-XAxis
| Keys | Types | Help |
|---|---|---|
| TM | TMatrix | |
| Returns: | Vector | |
| Help: | XAxis of TMatrix |
TMatrix-YAxis
| Keys | Types | Help |
|---|---|---|
| TM | TMatrix | |
| Returns: | Vector | |
| Help: | YAxis of TMatrix |
TMatrix-ZAxis
| Keys | Types | Help |
|---|---|---|
| TM | TMatrix | |
| Returns: | Vector | |
| Help: | ZAxis of TMatrix |