Ray2d(Point2d, Point2d) Constructor
 | 
Initializes a new instance of the 
Ray2d class
 
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
 
public Ray2d(
        Point2d point1,
        Point2d point2
)
 
Public Sub New ( 
        point1 As Point2d,
        point2 As Point2d
)
 
public:
Ray2d(
        Point2d point1, 
        Point2d point2
)
 
new : 
        point1 : Point2d * 
        point2 : Point2d -> Ray2d
 
 
 
Parameters
- point1  Point2d
 
-  
 
- point2  Point2d
 
-  
 
 
See Also