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