Back to Aurora Vision Library Lite website

You are here: Start » Geometry 2D » Geometry 2D Constructions » LineThroughPoint

LineThroughPoint


Header: AVL.h
Namespace: avl

Computes a line passing through a point with given angle.

Syntax

void avl::LineThroughPoint
(
	const avl::Point2D& inPoint,
	float inAngle,
	avl::Line2D& outLine
)

Parameters

Name Type Default Description
Input value inPoint const Point2D&
Input value inAngle float
Output value outLine Line2D&

Examples

LineThroughPoint performed on point, inAngle = 150.