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

AVL.Vector3DToVector2D_AxesPlane

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void Vector3DToVector2D_AxesPlane
(
	AvlNet.Vector3D inVector3D,
	AvlNet.PlaneType inPlaneType,
	out AvlNet.Vector2D outVector2D,
	out AvlNet.Plane3D outProjectionPlane
)

Parameters

Name Type Range Default Description
inVector3DAvlNet.Vector3D
inPlaneTypeAvlNet.PlaneType
outVector2DAvlNet.Vector2D
outProjectionPlaneAvlNet.Plane3DPlane the input is projected onto.

Errors

List of possible exceptions:

Error type Description
DomainError Incorrect plane type.

Function Overrides

See also