You are here: Start » AVL.NET » Invoke.Vector3DToVector2D_AxesPlane

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
inVector3DAvl.Vector3D
inPlaneTypeAvl.PlaneType
outVector2DAvl.Vector2D
outProjectionPlaneAtl.Optional<Avl.Plane3D>Plane the input is projected onto.

See also