You are here: Start » AVL.NET » AVS.FlattenSurface Method

AVS.FlattenSurface Method

Flattens a curved surface.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void FlattenSurface
(
	AvlNet.Surface inSurface,
	AvlNet.Axis inCurvatureAxis,
	float inStdDev,
	AvlNet.Surface outSurface,
	AvlNet.Surface diagSmoothedSurface
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
inCurvatureAxisAvlNet.AxisAxis along which the input surface is curved.
inStdDevfloat<0.0f, INF>Standard deviation for smoothing of the surface.
outSurfaceAvlNet.SurfaceOutput surface.
diagSmoothedSurfaceAvlNet.SurfaceSurface smoothed with a Gaussian kernel.

Function Overrides

See also