Vector2D.copy Method
Parent Object: Vector2DDefined in namespace "adsk::core" and the header file is <Core/Geometry/Vector2D.h>
Description
Creates and returns an independent copy of this Vector2D object.
Syntax
"vector2D_var" is a variable referencing a Vector2D object.
|
Return Value
Type | Description |
Vector2D | Returns a new Vector2D object that is a copy of this Vector2D object. |