Return a point with the same x and y values as this vector.
returnValue = vector2D_var.asPoint()
#include <Core/Geometry/Vector2D.h>returnValue = vector2D_var->asPoint();