Click or drag to resize

Ray3D Constructor

Initializes a new instance of the Ray3D class.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Ray3D(
	PointD3D origin,
	VectorD3D direction
)

Parameters

origin  PointD3D
The origin of the line (one arbitrary point at the line).
direction  VectorD3D
The direction of the line.
See Also