Start » Filter Reference » Geometry 2D » Geometry 2D Features » VectorDirection
Module: | FoundationLite |
---|
Computes the direction angle of a vector as an angle in range the from 0 to 360.
Name | Type | Description | |
---|---|---|---|
inVector | Vector2D | ||
outDirection | Real |
Description
Note that because of inaccuracies of floating-point arithmetic, some geometric operations (including this one) may lead to unpredictable results for degenerated cases. In this filter such a case occurs when a zero vector is given on input.
Examples
Complexity Level
This filter is available on Advanced Complexity Level.