Interface Vector.VectorBuilder<B extends Vector.VectorBuilder<B>>

    • Method Detail

      • withVector

        B withVector​(int aVectorX,
                     int aVectorY)
        With vector.
        Parameters:
        aVectorX - the vector X
        aVectorY - the vector Y
        Returns:
        the b
      • withVector

        B withVector​(Vector aVector)
        With vector.
        Parameters:
        aVector - the vector
        Returns:
        the b