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

Invoke.Point3DToPoint2D

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inPoint3DAvl.Point3D
outPoint2DAvl.Point2D

See also