Share

Ray3d Constructor

Overload List

Method Description
Ray3d.Ray3d ()Default constructor. Constructs a ray whose start point is (0,0,0) and whose direction is (1,0,0) (that is, the positive X... more
Ray3d.Ray3d (Point3d, Point3d)Constructs a ray whose start point is point1 and passes through point2. point1 must be different from point2.... more
Ray3d.Ray3d (Point3d, Vector3d)Constructs a ray whose start point is point and whose direction is vector. vector must not be a zero-length... more

Was this information helpful?