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

AVL.PointToImageCoordinates Method

Calculates image coordinates corresponding to the specified real-world coordinates.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void PointToImageCoordinates(
	AvlNet.Point3D inWorldPoint,
	AvlNet.Position3D inWorldPlane,
	float inResolution,
	out AvlNet.Point2D outImagePoint
)

Parameters

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

See also