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

AVS.Vector3DToVector2D_AxesPlane Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void Vector3DToVector2D_AxesPlane
(
	AvlNet.Vector3D inVector3D,
	AvlNet.PlaneType inPlaneType,
	out AvlNet.Vector2D outVector2D,
	NullableValue<AvlNet.Plane3D> outProjectionPlane
)

Parameters

Name Type Range Default Description
inVector3DAvlNet.Vector3D
inPlaneTypeAvlNet.PlaneType
outVector2DAvlNet.Vector2D
outProjectionPlaneAvlNet.NullableValue<AvlNet.Plane3D>Plane the input is projected onto. Can be null to skip this parameter calculation.

Function Overrides

See also