Ray2d Constructor

Overload List

Method Description
Ray2d.Ray2d () Default constructor. Constructs a ray whose start point is (0,0) and whose direction is (1,0) (that is, the positive X... more
Ray2d.Ray2d (IntPtr, [MarshalAs(UnmanagedType.U1)] bool) Default constructor. Constructs a ray whose start point is (0,0) and whose direction is (1,0) (that is, the positive X... more
Ray2d.Ray2d (Point2d, Point2d) Constructs a ray whose start point is point1 and passes through point2. point1 must be different from point2.... more
Ray2d.Ray2d (Point2d, Vector2d) Constructs a ray whose start point is point and whose direction is vector. vector must not be a zero-length... more