Vector2D.asPoint Method
Parent Object: Vector2DDefined in namespace "adsk::core" and the header file is <Core/Geometry/Vector2D.h>
Description
Return a point with the same x and y values as this vector.
Syntax
"vector2D_var" is a variable referencing a Vector2D object.
|
Return Value
Type | Description |
Point2D | Returns the new point. |