You are here: Start » AVL.NET » AVL.ProjectPointOrthogonal(AvlNet.Point3D, AvlNet.Point2D, AvlNet.Point2D)

AVL.ProjectPointOrthogonal(AvlNet.Point3D, AvlNet.Point2D, AvlNet.Point2D)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ProjectPointOrthogonal(
	AvlNet.Point3D inPoint3D,
	AvlNet.Point2D inCenter,
	out AvlNet.Point2D outPoint2D
)

Parameters

inPoint3D
Type: AvlNet.Point3D
inCenter
Type: AvlNet.Point2D
outPoint2D
Type: AvlNet.Point2D

See also