Transform2D(UV, UV, UV)
Constructor
Description:
Constructs the transformation by specifying the vectors and the origin.
Constructs the transformation by specifying the vectors and the origin.
Parameters
Parameter | Type | Description |
---|---|---|
uVec | UV | The image of (1, 0) under <a href="72a66105-55d1-3930-8934-2d46d5dd064d.htm">OfVector(UV)</a>. |
vVec | UV | The image of (0, 1) under <a href="72a66105-55d1-3930-8934-2d46d5dd064d.htm">OfVector(UV)</a>. |
origin | UV | The image of (0, 0) under <a href="083f5a56-31c6-e8b7-dc22-cf0f4c25608a.htm">OfPoint(UV)</a>. This defines the translational part of the transform. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |