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

AVL.Point2DToPoint3D_AxesPlane

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inPoint2DAvlNet.Point2D
inPlaneTypeAvlNet.PlaneType
inCoordinateValuefloatCoordinate of the chosen axes plane.
outPoint3DAvlNet.Point3D
outProjectionPlaneAvlNet.Plane3DPlane the input is projected onto.

Function Overrides

See also