You are here: Start » AVL.NET » Function Reference » Conversions » AVL.Point3DToPoint2D

AVL.Point3DToPoint2D

Converts a point in 3D to a point in 2D by ignoring its Z coordinate.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void Point3DToPoint2D
(
	AvlNet.Point3D inPoint3D,
	out AvlNet.Point2D outPoint2D
)

Parameters

Name Type Range Default Description
inPoint3DAvlNet.Point3D
outPoint2DAvlNet.Point2D

See also