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

Invoke.TranslatePoint3DGrid

Translates a grid of points by a vector.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void TranslatePoint3DGrid
(
	Avl.Point3DGrid inGrid,
	Avl.Vector3D inDelta,
	bool inInverse,
	Avl.Point3DGrid outGrid
)

Parameters

Name Type Range Default Description
inGridAvl.Point3DGrid
inDeltaAvl.Vector3DTranslation vector.
inInverseboolSwitches to the inverse operation.
outGridAvl.Point3DGrid

See also