Converts the 3D vector to a 2D integer point, doubles are trunicated, Z is dropped.

C# | Visual Basic | Visual Basic Usage | Visual C++ | J# | JScript |
TenneySoftware.Vectors.Vector3D.convertToPoint = function(vector);

- vector (Vector3D)
- Vector to convert.

Returns a 2D integer point.