Click or drag to resize

ISplicedPointTPoint, TBasePoint Methods

The ISplicedPointTPoint, TBasePoint generic type exposes the following members.

Methods
  NameDescription
Public methodDecIndex
Public methodDistanceFrom
The lattice distance between two points. Two points should have a distance of 1 if and only if they are neighbors.
(Inherited from IGridPointTPoint.)
Public methodEquals (Inherited from IEquatableTPoint.)
Public methodIncIndex
Public methodInvertIndex
Public methodMoveBackBy
If a spliced vectors u and v has base vector B and index I
(Inherited from ISplicedVectorPointTPoint, TVectorPoint.)
Public methodMoveBy
If a spliced vectors u and v has base vector B and index I,
(Inherited from ISplicedVectorPointTPoint, TVectorPoint.)
Public methodNegate
Returns a new point with the vector component negated.
(Inherited from ISplicedVectorPointTPoint, TVectorPoint.)
Public methodSubtract
Translates this point by the negation of the given vector.
(Inherited from ISplicedVectorPointTPoint, TVectorPoint.)
Public methodTranslate
Translate this point by the given vector.
(Inherited from ISplicedVectorPointTPoint, TVectorPoint.)
Top
See Also