You are here: Start » AVL.NET » Invoke.LineThroughPoint

Invoke.LineThroughPoint

Computes a line passing through a point with given angle.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inPointAvl.Point2D
inAnglefloat
outLineAvl.Line2D

See also