Class Vector1dfx

    • Constructor Detail

      • Vector1dfx

        public Vector1dfx​(javafx.beans.property.ObjectProperty<WeakReference<Segment1D<?,​?>>> segment,
                          javafx.beans.property.DoubleProperty x,
                          javafx.beans.property.DoubleProperty y)
        Construct a zero vector.
        Parameters:
        segment - the segment associated to the tuple.
        x - curviline coordinate.
        y - shift distance.
      • Vector1dfx

        public Vector1dfx​(Vector1D<?,​?,​?> tuple)
        Construct a zero vector.
        Parameters:
        tuple - the tuple to copy.
      • Vector1dfx

        public Vector1dfx​(Point1D<?,​?,​?> tuple)
        Construct a zero vector.
        Parameters:
        tuple - the tuple to copy.
      • Vector1dfx

        public Vector1dfx​(Segment1D<?,​?> segment)
        Construct a zero vector.
        Parameters:
        segment - the segment associated to the vector.
      • Vector1dfx

        public Vector1dfx()
        Construct a zero vector.
      • Vector1dfx

        public Vector1dfx​(Segment1D<?,​?> segment,
                          Tuple2D<?> tuple)
        Constructor by copy.
        Parameters:
        segment - the segment associated to the vector.
        tuple - is the tuple to copy.
      • Vector1dfx

        public Vector1dfx​(Segment1D<?,​?> segment,
                          int[] tuple)
        Constructor by copy.
        Parameters:
        segment - the segment associated to the vector.
        tuple - is the tuple to copy.
      • Vector1dfx

        public Vector1dfx​(Segment1D<?,​?> segment,
                          double[] tuple)
        Constructor by copy.
        Parameters:
        segment - the segment associated to the vector.
        tuple - is the tuple to copy.
      • Vector1dfx

        public Vector1dfx​(Segment1D<?,​?> segment,
                          int x,
                          int y)
        Construct a vector with the given coordinates.
        Parameters:
        segment - the segment associated to the vector.
        x - x coordinate.
        y - y coordinate.
      • Vector1dfx

        public Vector1dfx​(Segment1D<?,​?> segment,
                          float x,
                          float y)
        Construct a vector with the given coordinates.
        Parameters:
        segment - the segment associated to the vector.
        x - x coordinate.
        y - y coordinate.
      • Vector1dfx

        public Vector1dfx​(Segment1D<?,​?> segment,
                          double x,
                          double y)
        Construct a vector with the given coordinates.
        Parameters:
        segment - the segment associated to the vector.
        x - x coordinate.
        y - y coordinate.
      • Vector1dfx

        public Vector1dfx​(Segment1D<?,​?> segment,
                          long x,
                          long y)
        Construct a vector with the given coordinates.
        Parameters:
        segment - the segment associated to the vector.
        x - x coordinate.
        y - y coordinate.