Click or drag to resize

VectorTransformBy Method

Transform this vector by the specified matrix.

Namespace: Woodwork.Automation.Common
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 2.1.25
Syntax
void TransformBy(
	Matrix matrix
)

Parameters

matrix  Matrix
Input Matrix object that specifies the matrix to translate by.
See Also