You are here: Start » AVL.NET » AVS.Vector2DToVector3D_AxesPlane Method

AVS.Vector2DToVector3D_AxesPlane Method

Projects a 2D vector onto a plane defined by 3D coordinate axes.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void Vector2DToVector3D_AxesPlane
(
	AvlNet.Vector2D inVector2D,
	AvlNet.PlaneType inPlaneType,
	float inCoordinateValue,
	out AvlNet.Vector3D outVector3D,
	out AvlNet.Plane3D outProjectionPlane
)

Parameters

Name Type Range Default Description
inVector2DAvlNet.Vector2D
inPlaneTypeAvlNet.PlaneType
inCoordinateValuefloatCoordinate of the chosen axes plane.
outVector3DAvlNet.Vector3D
outProjectionPlaneAvlNet.Plane3DPlane the input is projected onto.

Function Overrides

See also