You are here: Start » AVL.NET » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » AVL.Vector2DToVector3D_AxesPlane

AVL.Vector2DToVector3D_AxesPlane

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void Vector2DToVector3D_AxesPlane
(
	AvlNet.Vector2D inVector2D,
	AvlNet.PlaneType inPlaneType,
	float inCoordinateValue,
	out AvlNet.Vector3D outVector3D
)

Parameters

Name Type Range Default Description
inVector2DAvlNet.Vector2D
inPlaneTypeAvlNet.PlaneType
inCoordinateValuefloatCoordinate of the chosen axes plane.
outVector3DAvlNet.Vector3D

Errors

List of possible exceptions:

Error type Description
DomainError Incorrect plane type.

Function Overrides

See also