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

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
inVector2DAvl.Vector2D
inPlaneTypeAvl.PlaneType
inCoordinateValuefloatCoordinate of the chosen axes plane.
outVector3DAvl.Vector3D
outProjectionPlaneAtl.Optional<Avl.Plane3D>Plane the input is projected onto.

See also