You are here: Start » AVL.NET » Function Reference » Surface » Surface Basics » AVL.SurfaceVectorToImageCoordinates

AVL.SurfaceVectorToImageCoordinates

Finds the associated image coordinates of surface vector.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void SurfaceVectorToImageCoordinates
(
	AvlNet.Vector3D inSurfaceVector,
	AvlNet.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	out AvlNet.Vector2D outImageVector
)

Parameters

Name Type Range Default Description
inSurfaceVectorAvlNet.Vector3D
inSurfaceCoordinatesFormatAvlNet.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outImageVectorAvlNet.Vector2D

See also