Ray3d Constructor

Ray3d Constructor

Initializes a new Ray3d instance.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Ray3d(
	Point3d position,
	Vector3d direction
)
Public Sub New ( 
	position As Point3d,
	direction As Vector3d
)

Parameters

position
Type: Rhino.GeometryPoint3d
The position.
direction
Type: Rhino.GeometryVector3d
The direction.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also