XForm Class |
public class XForm
The XForm type exposes the following members.
| Name | Description | |
|---|---|---|
| XForm | Creates a new instance initialized as an identity matrix. | |
| XForm(Double) | Creates a new instance initialized by the given values. |
| Name | Description | |
|---|---|---|
| A00 | Sets/Gets the value at 0/0 of a 2x2 matrix. | |
| A01 | Sets/Gets the value at 0/1 of a 2x2 matrix. | |
| A10 | Sets/Gets the value at 1/0 of a 2x2 matrix. | |
| A11 | Sets/Gets the value at 1/1 of a 2x2 matrix. | |
| Az | Sets/Gets the value for Z. | |
| B | Sets/Gets the offset. |