DRay3

public DVector3 Origin

Language: C#

The origin point of the ray.

public DVector3 Direction

Language: C#

The direction of the ray.

public double Length

Language: C#

The length of the ray.

public DRay3(DVector3 origin, DVector3 direction, double length = float.PositiveInfinity)

Language: C#

Initializes a new instance of the [] struct.

Parameters:

  • origin: The origin point of the ray.
  • direction: The direction of the ray.
  • length: The length of the ray.