You are here: Start » AVL.NET » AVS.Vector2DToVector3D Method
AVS.Vector2DToVector3D Method
Converts a vector in 2D to a vector in 3D.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void Vector2DToVector3D ( AvlNet.Vector2D inVector2D, out AvlNet.Vector3D outVector3D )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inVector2D | AvlNet.Vector2D | |||
![]() | outVector3D | AvlNet.Vector3D |


