You are here: Start » AVL.NET » Function Reference » Conversions » AVL.Vector3DToVector2D
Converts a vector in 3D to a vector in 2D by ignoring its Z coordinates.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void Vector3DToVector2D ( AvlNet.Vector3D inVector3D, out AvlNet.Vector2D outVector2D )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inVector3D | AvlNet.Vector3D | |||
![]() | outVector2D | AvlNet.Vector2D |


