|
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
)
Public Shared Sub Shift (
cloud As IList(Of IntPoint),
shift As IntPoint
)
Request Example
View SourceParameters
- cloud
- Type: System.Collections.GenericIListIntPoint
Collection of points to shift their coordinates. - shift
- Type: AccordIntPoint
Point to shift by.
See Also