M

Transform2D.OfVector

Description:
Applies the transformation to the vector and returns the result.
Remarks:
Transformation of a vector is not affected by the translational part of the transformation.
public UV OfVector(
	UV vector
)
  • vector
    The vector to transform.
Return Value UV The transformed vector.