Transform2D.OfVector
Method
Description:
Applies the transformation to the vector and returns the result.
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.
Transformation of a vector is not affected by the translational part of the transformation.
Parameters
| Parameter | Type | Description |
|---|---|---|
| vector | UV | The vector to transform. |
Return Value
| Type | Description |
|---|---|
| UV | The transformed vector. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |