Back to FabImage Library Lite website
You are here: Start » Geometry 2D » Geometry 2D Constructions » VectorBetweenPoints

VectorBetweenPoints
Header: | FIL.h |
---|---|
Namespace: | fil |
Computes a vector representing distance from one point to another.
Syntax
void fil::VectorBetweenPoints ( const fil::Point2D& inFrom, const fil::Point2D& inTo, fil::Vector2D& outVector )
Parameters
Examples
![]() |
![]() |
VectorBetweenPoints performed on two points.