Click or drag to resize

Ray Constructor (Vector3, Vector3)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the Ray class.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public Ray(
	Vector3 origin,
	Vector3 direction
)
Request Example View Source

Parameters

origin
Type: netDxfVector3
Ray start point.
direction
Type: netDxfVector3
Ray end point.
See Also