[]
        
(Showing Draft Content)

C1.Util.DX.Point2F.Transform

Transform Method

Transform(Matrix3x2)

Transforms a point by the 3x2 matrix.

Declaration
public void Transform(Matrix3x2 matrix)
Parameters
Type Name Description
Matrix3x2 matrix

The matrix to use as a tranformation matrix.

Transform(Point2F, Matrix3x2)

Transforms a point by the 3x2 matrix.

Declaration
public static Point2F Transform(Point2F point, Matrix3x2 matrix)
Parameters
Type Name Description
Point2F point

The original point to apply the transformation.

Matrix3x2 matrix

The matrix to use as a tranformation matrix.

Returns
Type Description
Point2F

The result of the transformation for the input point.