 | 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
SyntaxTPoint MoveBy(
TPoint splicedVector
)
Parameters
- splicedVector
- Type: TPoint
Return Value
Type:
TPoint
RemarksThis operation is the same as
new SplicedVector(u.B.Translate(v.B), (u.I + v.I) % SpliceCount))
See Also