You are here: Start » AVL.NET » Invoke.Vector2DToVector3D_AxesPlane
Projects a 2D vector onto a plane defined by 3D coordinate axes.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void Vector2DToVector3D_AxesPlane ( Avl.Vector2D inVector2D, Avl.PlaneType inPlaneType, float inCoordinateValue, out Avl.Vector3D outVector3D, Optional<Avl.Plane3D> outProjectionPlane )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inVector2D | Avl.Vector2D | |||
![]()  | inPlaneType | Avl.PlaneType | |||
![]()  | inCoordinateValue | float | Coordinate of the chosen axes plane. | ||
![]()  | outVector3D | Avl.Vector3D | |||
![]()  | outProjectionPlane | Atl.Optional<Avl.Plane3D> | Plane the input is projected onto. | 


