Click or drag to resize

Transform2dTryGetTransform2d Method

Overload List
  NameDescription
Public methodStatic memberTryGetTransform2d(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.
Public methodStatic memberTryGetTransform2d(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.
Top
See Also