You are here: Start » AVL.NET » Invoke.LineThroughPoint3D
Computes a line in 3D passing through a point with given direction.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void LineThroughPoint3D ( Avl.Point3D inPoint3D, Avl.Vector3D inDirectionVector, out Avl.Line3D outLine3D )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inPoint3D | Avl.Point3D | A point on the created line. | ||
![]()  | inDirectionVector | Avl.Vector3D | Desired direction of the line. | ||
![]()  | outLine3D | Avl.Line3D | The resulting line in 3D. | 


