You are here: Start » AVL.NET » AVL.TranslateSurface Method

AVL.TranslateSurface Method

Translates a surface by a vector.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TranslateSurface(
	AvlNet.Surface inSurface,
	AvlNet.Vector3D inDelta,
	bool inInverse,
	out AvlNet.Surface outSurface
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
inDeltaAvlNet.Vector3DTranslation vector.
inInverseboolSwitches to the inverse operation.
outSurfaceAvlNet.SurfaceTranslated surface.

See also