You are here: Start » AVL.NET » AVL.Point3DToPoint2D Method
AVL.Point3DToPoint2D Method
Converts a point in 3D to a point in 2D by ignoring its Z coordinate.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void Point3DToPoint2D( AvlNet.Point3D inPoint3D, out AvlNet.Point2D outPoint2D )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoint3D | AvlNet.Point3D | |||
![]() | outPoint2D | AvlNet.Point2D |


