 | VectorTransformBy Method |
Transforms this vector by the specified transformation matrix.
Namespace: Woodwork.Automation.CommonAssembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
Syntaxvoid TransformBy(
Matrix matrix
)
Sub TransformBy (
matrix As Matrix
)
Parameters
- matrix Matrix
- The 4x4 transformation matrix to apply.
See Also