Click or drag to resize

ISplicedVectorPointTPoint, TVectorPointMoveBackBy Method

If a spliced vectors u and v has base vector B and index I

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
TPoint MoveBackBy(
	TPoint splicedVector
)

Parameters

splicedVector
Type: TPoint

Return Value

Type: TPoint
Remarks
new SplicedVector(u.B.Subtract(v.B), (SpliceCount + u.I - v.I) % SpliceCount))
See Also