You are here: Start » AVL.NET » AVL.PointToWorldCoordinates(AvlNet.Point2D, AvlNet.Position3D, float, AvlNet.Point3D)

AVL.PointToWorldCoordinates(AvlNet.Point2D, AvlNet.Position3D, float, AvlNet.Point3D)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void PointToWorldCoordinates(
	AvlNet.Point2D inImagePoint,
	AvlNet.Position3D inWorldPlane,
	float inResolution,
	out AvlNet.Point3D outWorldPoint
)

Parameters

inImagePoint
Type: AvlNet.Point2D
inWorldPlane
Type: AvlNet.Position3D
inResolution
Type: System.Single
outWorldPoint
Type: AvlNet.Point3D

See also