Back to Adaptive Vision Library Lite website
You are here: Start » Geometry 2D Features » VectorLength
VectorLength
Computes the length of a vector.
Syntax
void avl::VectorLength ( const avl::Vector2D& inVector, atl::real& outLength )
Parameters
Examples
![]() |
VectorLength performed on a vector with parameters: DeltaX = 10, DeltaY = 10.
outLength returns 14,142.



