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