You are here: Start » AVL.NET » AVL.SegmentToWorldCoordinates(AvlNet.Segment2D, AvlNet.Position3D, float, AvlNet.Point3D[])

AVL.SegmentToWorldCoordinates(AvlNet.Segment2D, AvlNet.Position3D, float, AvlNet.Point3D[])

Calculates a segment in real-world coordinates corresponding to the specified segment in image coordinates.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void SegmentToWorldCoordinates(
	AvlNet.Segment2D inSegment,
	AvlNet.Position3D inWorldPlane,
	float inResolution,
	out AvlNet.Point3D[] outWorldPoints
)

Parameters

inSegment
Type: AvlNet.Segment2D
inWorldPlane
Type: AvlNet.Position3D
Calibrated world plane
inResolution
Type: System.Single
Number of real-world units per pixel, usually mm/px
outWorldPoints
Type: AvlNet.Point3D

See also