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

Invoke.Point2DToPoint3D_AxesPlane

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void Point2DToPoint3D_AxesPlane
(
	Avl.Point2D inPoint2D,
	Avl.PlaneType inPlaneType,
	float inCoordinateValue,
	out Avl.Point3D outPoint3D,
	Optional<Avl.Plane3D> outProjectionPlane
)

Parameters

Name Type Range Default Description
inPoint2DAvl.Point2D
inPlaneTypeAvl.PlaneType
inCoordinateValuefloatCoordinate of the chosen axes plane.
outPoint3DAvl.Point3D
outProjectionPlaneAtl.Optional<Avl.Plane3D>Plane the input is projected onto.

See also