 | VectorTransformBy Method |
Transform this vector by the specified matrix.
Namespace: Woodwork.Automation.CommonAssembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 2.1.25
Syntaxvoid TransformBy(
Matrix matrix
)
Sub TransformBy (
matrix As Matrix
)
Parameters
- matrix Matrix
- Input Matrix object that specifies the matrix to translate by.
See Also