You are here: Start » AVL.NET » AVL.TranslatePoint3DArray

AVL.TranslatePoint3DArray

Translates an array of points by a vector.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void TranslatePoint3DArray
(
	AvlNet.Point3D[] inPoints3D,
	AvlNet.Vector3D inDelta,
	bool inInverse,
	out AvlNet.Point3D[] outPoints3D
)

Parameters

Name Type Range Default Description
inPoints3DAvlNet.Point3D[]
inDeltaAvlNet.Vector3DTranslation vector.
inInverseboolSwitches to the inverse operation.
outPoints3DAvlNet.Point3D[]

See also