[]
Transforms a point by the 3x2 matrix.
public void TransformRef(ref Matrix3x2 matrix)
Type | Name | Description |
---|---|---|
Matrix3x2 | matrix | The matrix to use as a tranformation matrix. |
Transforms a point by the 3x2 matrix.
public static void TransformRef(out Point2F result, ref Point2F point, ref Matrix3x2 matrix)
Type | Name | Description |
---|---|---|
Point2F | result | The result of the transformation for the input point. |
Point2F | point | The original point to apply the transformation. |
Matrix3x2 | matrix | The matrix to use as a tranformation matrix. |