Click or drag to resize

ISplicedVectorPointTPoint, TVectorPointMoveBy 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 MoveBy(
	TPoint splicedVector
)

Parameters

splicedVector
Type: TPoint

Return Value

Type: TPoint
Remarks
This operation is the same as
new SplicedVector(u.B.Translate(v.B), (u.I + v.I) % SpliceCount))
See Also