Transform2dTryGetTransform2d Method |
| Name | Description | |
|---|---|---|
| TryGetTransform2d(Transform, Transform2d) |
Attempts to get the 2d transformation defined by the x and y rows and columns
of a 4x4 transformation. This succeeds when transform is affine and maps the
world xy plane to itself.
| |
| TryGetTransform2d(Transform, Double, Transform2d) |
Attempts to get the 2d transformation defined by the x and y rows and columns
of a 4x4 transformation. This succeeds when transform is affine and maps the
world xy plane to itself.
|