You are here: Start » AVL.NET » Invoke.SurfaceVectorToImageCoordinates

Invoke.SurfaceVectorToImageCoordinates

Finds the associated image coordinates of surface vector.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

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

See also