Point2D.transformBy Method
Parent Object:
Point2DDefined in namespace "adsk::core" and the header file is <Core/Geometry/Point2D.h>
Description
Transforms the point using the provided matrix.
Syntax
"point2D_var" is a variable referencing a Point2D object.returnValue = point2D_var.transformBy(matrix)
|
"point2D_var" is a variable referencing a Point2D object.
#include <Core/Geometry/Point2D.h>
returnValue = point2D_var->transformBy(matrix);
|
Return Value
boolean |
Returns true if successful |
Parameters
matrix |
Matrix2D |
The Matrix2D object that defines the transformation |
Version
Introduced in version August 2014