<Code Lib>
2025.3 Method
Changes 5
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.

Loading…