Click or drag to resize

Ray3d Constructor

Initializes a new Ray3d instance.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Ray3d(
	Point3d position,
	Vector3d direction
)

Parameters

position
Type: Rhino.GeometryPoint3d
The position.
direction
Type: Rhino.GeometryVector3d
The direction.
See Also