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

AVL.PathToWorldCoordinates(AvlNet.Path, AvlNet.Position3D, float, AvlNet.Point3D[])

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void PathToWorldCoordinates(
	AvlNet.Path inPath,
	AvlNet.Position3D inWorldPlane,
	float inResolution,
	out AvlNet.Point3D[] outWorldPoints
)

Parameters

inPath
Type: AvlNet.Path
Input path
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