Skip navigation links
math.geom2d.line

Class InvertedRay2D

    • Constructor Detail

      • InvertedRay2D

        public InvertedRay2D()
        Deprecated. 
        Empty constructor for Ray2D. Default is ray starting at origin, and having a slope of 1*dx and 0*dy.
      • InvertedRay2D

        public InvertedRay2D(Point2D point1,
                             Point2D point2)
        Deprecated. 
        Creates a new Ray2D, originating from point1<\code>, and going in the direction of point2<\code>.
      • InvertedRay2D

        public InvertedRay2D(double x1,
                             double y1,
                             double dx,
                             double dy)
        Deprecated. 
        Creates a new Ray2D, originating from point (x1,y1)<\code>, and going in the direction defined by vector (dx, dy)<\code>.
      • InvertedRay2D

        public InvertedRay2D(Point2D point,
                             double dx,
                             double dy)
        Deprecated. 
        Creates a new Ray2D, originating from point point<\code>, and going in the direction defined by vector (dx,dy)<\code>.
      • InvertedRay2D

        public InvertedRay2D(Point2D point,
                             Vector2D vector)
        Deprecated. 
        Creates a new Ray2D, originating from point point<\code>, and going in the direction specified by vector<\code>.
      • InvertedRay2D

        public InvertedRay2D(Point2D point,
                             double angle)
        Deprecated. 
        Creates a new Ray2D, originating from point point<\code>, and going in the direction specified by angle<\code> (in radians).
      • InvertedRay2D

        public InvertedRay2D(double x,
                             double y,
                             double angle)
        Deprecated. 
        Creates a new Ray2D, originating from point (x, y)<\code>, and going in the direction specified by angle<\code> (in radians).
      • InvertedRay2D

        public InvertedRay2D(LinearShape2D line)
        Deprecated. 
        Define a new Ray, with same characteristics as given object.

Copyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.