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