Transform2D(UV, UV, UV)
Description:
Constructs the transformation by specifying the vectors and the origin.
Constructs the transformation by specifying the vectors and the origin.
Overloads (2):
public Transform2D(
UV uVec,
UV vVec,
UV origin
)
-
uVecThe image of (1, 0) under OfVector(UV).
-
vVecThe image of (0, 1) under OfVector(UV).
-
originThe image of (0, 0) under OfPoint(UV). This defines the translational part of the transform.
-
A non-optional argument was null