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

AVL.PathToWorldCoordinates Method

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

Name Type Range Default Description
inPathAvlNet.PathInput path.
inWorldPlaneAvlNet.Position3DCalibrated world plane.
inResolutionfloat<0.0f, INF>1.0fNumber of real-world units per pixel, usually mm/px. Default value: 1.0f.
outWorldPointsAvlNet.Point3D

See also