You are here: Start » AVL.NET » Function Reference » Surface » Surface Spatial Transforms » AVL.TranslateSurface

AVL.TranslateSurface

Translates a surface by a vector.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void TranslateSurface
(
	AvlNet.Surface inSurface,
	AvlNet.Vector3D inDelta,
	bool inInverse,
	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