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

AVL.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

Examples

LineThroughPoint performed on point, inAngle = 150.

See also