You are here: Start » FIL.NET » FIS.PointToLineDistance_Oriented Method

FIS.PointToLineDistance_Oriented Method

Measures the signed distance between a point and a line with direction.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void PointToLineDistance_Oriented
(
	FilNet.Point2D inPoint,
	FilNet.Segment2D inLineSection,
	float inResolution,
	out float outDistance
)

Parameters

Name Type Range Default Description
inPointFilNet.Point2D
inLineSectionFilNet.Segment2D
inResolutionfloat<0.0f, INF>1.0fNumber of real-world units per one pixel. Default value: 1.0f.
outDistancefloat

Function Overrides

See also