Click or drag to resize

Ray Constructor (Vector2, Vector2)

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(
	Vector2 origin,
	Vector2 direction
)
Request Example View Source

Parameters

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