 | 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
SyntaxTPoint MoveBackBy(
TPoint splicedVector
)
Parameters
- splicedVector
- Type: TPoint
Return Value
Type:
TPoint
Remarksnew SplicedVector(u.B.Subtract(v.B), (SpliceCount + u.I - v.I) % SpliceCount))
See Also