Back to Aurora Vision Library website
You are here: Start » Function Reference » Geometry 2D » Geometry 2D Basics » CreateVector
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | FoundationLite |
Produces a vector of given length and direction.
Syntax
C++
C#
void avl::CreateVector ( float inLength, float inDirection, avl::Vector2D& outVector )


