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

AVL.ImageVectorToSurfaceCoordinates

Finds the surface coordinates of image vector.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ImageVectorToSurfaceCoordinates
(
	AvlNet.Vector2D inImageVector,
	AvlNet.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	out AvlNet.Vector2D outSurfaceVector,
	out AvlNet.Vector3D outSurfaceVector3D
)

Parameters

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

Function Overrides

See also