Back to FabImage Library Lite website
You are here: Start » Geometry 2D Distance Metrics » PointToLineDistance_Oriented

PointToLineDistance_Oriented
Measures the signed distance between a point and a line with direction.
Syntax
void fil::PointToLineDistance_Oriented ( const fil::Point2D& inPoint, const fil::Segment2D& inLineSection, float inResolution, float& outDistance, ftl::Optional<fil::Segment2D&> outConnectingSegment = ftl::NIL )