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

AVL.LineThroughPoint

Computes a line passing through a point with given angle.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void LineThroughPoint
(
	AvlNet.Point2D inPoint,
	float inAngle,
	out AvlNet.Line2D outLine
)

Parameters

Name Type Range Default Description
inPointAvlNet.Point2D
inAnglefloat
outLineAvlNet.Line2D

Examples

LineThroughPoint performed on point, inAngle = 150.

See also