transformVector Method

Summary

Transforms the specified vector point by the LeadMatrix and returns the result.

Syntax
TypeScript
JavaScript
LeadMatrix.prototype.transformVector = function( 
   point 
) 
transformVector( 
   point: LeadPointD 
): LeadPointD; 

Parameters

point

The point to transform.

Return Value

The LeadPointD by this LeadMatrix.

Remarks

This method will not use the value of the current offset into the transformation. To transform a point with offset, use TransformPoint.

Requirements

Target Platforms

Help Version 22.0.2023.2.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.