Class Point1dfx

    • Constructor Detail

      • Point1dfx

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

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

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

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

        public Point1dfx()
        Construct a zero vector.
      • Point1dfx

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

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

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

        public Point1dfx​(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.
      • Point1dfx

        public Point1dfx​(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.
      • Point1dfx

        public Point1dfx​(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.
      • Point1dfx

        public Point1dfx​(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.