Click or drag to resize
Accord.NET (logo)

PointsCloudShift Method

Shift cloud by adding specified value to all points in the collection.

Namespace:  Accord.Math.Geometry
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public static void Shift(
	IList<IntPoint> cloud,
	IntPoint shift
)
Request Example View Source

Parameters

cloud
Type: System.Collections.GenericIListIntPoint
Collection of points to shift their coordinates.
shift
Type: AccordIntPoint
Point to shift by.
See Also