You are here: Start » AVL.NET » AVL.LineThroughPoint(AvlNet.Point2D, float, AvlNet.Line2D)

AVL.LineThroughPoint(AvlNet.Point2D, float, AvlNet.Line2D)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

inPoint
Type: AvlNet.Point2D
inAngle
Type: System.Single
outLine
Type: AvlNet.Line2D

Examples

LineThroughPoint performed on point, inAngle = 150.

See also