You are here: Start » AVL.NET » Invoke.ProjectPointOnLine
Projects a point onto a line.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void ProjectPointOnLine ( Avl.Point2D inPoint, Avl.Line2D inLine, out Avl.Point2D outProjectionPoint, out float outSignedDistance )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoint | Avl.Point2D | |||
![]() | inLine | Avl.Line2D | |||
![]() | outProjectionPoint | Avl.Point2D | |||
![]() | outSignedDistance | float |