You are here: Start » AVL.NET » Function Reference » Surface » Surface Interpolations » AVL.ResampleSurface_AnyScales

AVL.ResampleSurface_AnyScales

Changes the coordinates format of the input surface.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ResampleSurface_AnyScales
(
	AvlNet.Surface inSurface,
	AvlNet.Surface outSurface
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.Surface
outSurfaceAvlNet.Surface

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.

Hardware acceleration settings may be manipulated with Settings class.

Errors

List of possible exceptions:

Error type Description
DomainError Non-positive scale on input in ResampleSurface_AnyScales.

Function Overrides

See also