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

AVS.Point2DToPoint3D Method

Converts a point in 2D to a point in 3D.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void Point2DToPoint3D
(
	AvlNet.Point2D inPoint2D,
	out AvlNet.Point3D outPoint3D
)

Parameters

Name Type Range Default Description
inPoint2DAvlNet.Point2D
outPoint3DAvlNet.Point3D

See also