You are here: Start » AVL.NET » AVL.PointToImageCoordinates(AvlNet.Point3D, AvlNet.Position3D, float, AvlNet.Point2D)
AVL.PointToImageCoordinates(AvlNet.Point3D, AvlNet.Position3D, float, AvlNet.Point2D)
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
- inWorldPoint
- Type: AvlNet.Point3D
- inWorldPlane
- Type: AvlNet.Position3D
Calibrated world plane - inResolution
- Type: System.Single
Number of real-world units per pixel, usually mm/px - outImagePoint
- Type: AvlNet.Point2D
