|  | ||
| 
 | SilverSharp.MATRIX | 
 | ||||||||||||||||||||||||||||||||||
| Structure | The SilverSharp.MATRIX object represents a 3D homogeneous transformation matrix 
 
 
 | 
 | ||||||||||||||||||||||||||||||||||
| Operator overrides | 
 The following code shows how to make use of the operator overrides. The SilverScreen API contains functions such as tm_multiply and tm_transform to do the same work. The code below is illustrative and does not perform useful work: 
 
 
 | 
 | ||||||||||||||||||||||||||||||||||
| Properties | 
 
 The following code shows how to make use of the indexer to write cells of a SilverSharp.MATRIX object: 
 
 
 | 
 | ||||||||||||||||||||||||||||||||||
| Methods | 
 | 
 | ||||||||||||||||||||||||||||||||||
| See Also | tm_multiply, tm_transform, tm_scale_x, tm_rotate_x, tm_inverse | 
 |