Initializes a new instance of the
Ray3D class.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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