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

AVS.TranslatePoint3DArray Method

Translates an array of points by a vector.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TranslatePoint3DArray
(
	IList<AvlNet.Point3D> inPoints3D,
	AvlNet.Vector3D inDelta,
	bool inInverse,
	IList<AvlNet.Point3D> outPoints3D
)

Parameters

Name Type Range Default Description
inPoints3DSystem.Collections.Generic.IList<AvlNet.Point3D>
inDeltaAvlNet.Vector3DTranslation vector.
inInverseboolSwitches to the inverse operation.
outPoints3DSystem.Collections.Generic.IList<AvlNet.Point3D>

See also