You are here:
Start »
AVL.NET »
AVL.LineNormalVector(AvlNet.Line2D, AvlNet.Vector2D)
AVL.LineNormalVector(AvlNet.Line2D, AvlNet.Vector2D)
| Namespace: | AvlNet |
| Assembly: | AVL.NET.dll |
Syntax
public static void LineNormalVector(
AvlNet.Line2D inLine,
out AvlNet.Vector2D outVector
)
Parameters
- inLine
- Type: AvlNet.Line2D
- outVector
- Type: AvlNet.Vector2D
Examples
LineNormalVector performed on a line (left image) returns outVector (right image).
Errors
| Error type |
Description |
| DomainError |
Indefinite line on input in LineNormalVector. |
See also