ISplicedVectorPointTPoint, TVectorPoint Interface |
Namespace: Gamelogic.Grids
[VersionAttribute(1, 0, 0)] public interface ISplicedVectorPoint<TPoint, TVectorPoint> where TPoint : Object, ISplicedVectorPoint<TPoint, TVectorPoint> where TVectorPoint : Object, IVectorPoint<TVectorPoint>
The ISplicedVectorPointTPoint, TVectorPoint type exposes the following members.
| Name | Description | |
|---|---|---|
| MoveBackBy |
If a spliced vectors u and v has base vector B and index I
| |
| MoveBy |
If a spliced vectors u and v has base vector B and index I,
| |
| Negate |
Returns a new point with the vector component negated.
| |
| Subtract |
Translates this point by the negation of the given vector.
| |
| Translate |
Translate this point by the given vector.
|