You are here: Start » AVL.NET » Function Reference » Conversions » AVL.SurfaceFormatToSurfaceCoordinatesFormat

AVL.SurfaceFormatToSurfaceCoordinatesFormat

Converts a surface format to a surface coordinates format.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void SurfaceFormatToSurfaceCoordinatesFormat
(
	AvlNet.SurfaceFormat inSurfaceFormat,
	out AvlNet.SurfaceCoordinatesFormat outSurfaceCoordinatesFormat
)

Parameters

Name Type Range Default Description
inSurfaceFormatAvlNet.SurfaceFormat
outSurfaceCoordinatesFormatAvlNet.SurfaceCoordinatesFormat

See also