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