Class InnerComputationGeomFactory

    • Method Detail

      • convertToPoint

        public InnerComputationPoint1afp convertToPoint​(Point1D<?,​?,​?> pt)
        Description copied from interface: GeomFactory1D
        Convert the given point if it is not of the right type.
        Parameters:
        pt - the point to convert.
        Returns:
        p if it is of type P, or a copy of p.
      • convertToPoint

        public InnerComputationPoint1afp convertToPoint​(Vector1D<?,​?,​?> v)
        Description copied from interface: GeomFactory1D
        Convert the given vector if it is not of the right type.
        Parameters:
        v - the point to convert.
        Returns:
        the point.
      • convertToVector

        public InnerComputationVector1afp convertToVector​(Point1D<?,​?,​?> pt)
        Description copied from interface: GeomFactory1D
        Convert the given point.
        Parameters:
        pt - the point to convert.
        Returns:
        the vector.
      • newPoint

        public InnerComputationPoint1afp newPoint​(Segment1D<?,​?> segment,
                                                  double x,
                                                  double y)
        Description copied from interface: GeomFactory1D
        Create a point.
        Parameters:
        segment - the segment.
        x - x coordinate of the point.
        y - y coordinate of the point.
        Returns:
        the point.
      • newPoint

        public InnerComputationPoint1afp newPoint​(Segment1D<?,​?> segment,
                                                  int x,
                                                  int y)
        Description copied from interface: GeomFactory1D
        Create a point.
        Parameters:
        segment - the segment.
        x - x coordinate of the point.
        y - y coordinate of the point.
        Returns:
        the point.
      • newVector

        public InnerComputationVector1afp newVector​(Segment1D<?,​?> segment,
                                                    double x,
                                                    double y)
        Description copied from interface: GeomFactory1D
        Create a vector.
        Parameters:
        segment - the segment.
        x - x coordinate of the vector.
        y - y coordinate of the vector.
        Returns:
        the vector.
      • newVector

        public InnerComputationVector1afp newVector​(Segment1D<?,​?> segment,
                                                    int x,
                                                    int y)
        Description copied from interface: GeomFactory1D
        Create a vector.
        Parameters:
        segment - the segment.
        x - x coordinate of the vector.
        y - y coordinate of the vector.
        Returns:
        the vector.