You are here: Start » AVL.NET » AVS.LineThroughPoint Method

AVS.LineThroughPoint Method

Computes a line passing through a point with given angle.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

See also