Frame(XYZ, XYZ, XYZ, XYZ)
Constructor
Description:
Constructor that takes the frame's base point and three basis vectors.
Constructor that takes the frame's base point and three basis vectors.
Parameters
| Parameter | Type | Description |
|---|---|---|
| origin | XYZ | The frame's base point. |
| vec1 | XYZ | The frame's first basis vector. |
| vec2 | XYZ | The frame's second basis vector. |
| vec3 | XYZ | The frame's third basis vector. |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |