Back to Aurora Vision Library website

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

LineThroughPoint


Header: AVL.h
Namespace: avl
Module: FoundationLite

Computes a line passing through a point with given angle.

Syntax

C++
C#
 
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.