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

Invoke.FlattenSurface

Flattens a curved surface.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void FlattenSurface
(
	Avl.Surface inSurface,
	Avl.Axis inCurvatureAxis,
	float inStdDev,
	Avl.Surface outSurface,
	Diagnostic<Avl.Surface> diagSmoothedSurface
)

Parameters

Name Type Range Default Description
inSurfaceAvl.SurfaceInput surface.
inCurvatureAxisAvl.AxisAxis along which the input surface is curved.
inStdDevfloat<0.0f, INF>Standard deviation for smoothing of the surface.
outSurfaceAvl.SurfaceOutput surface.
diagSmoothedSurfaceAvl.Diagnostic<Avl.Surface>Surface smoothed with a Gaussian kernel.

See also