Click or drag to resize
IGeRay Interface

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public interface IGeRay : IGeCurve

The IGeRay type exposes the following members.

Properties
  NameDescription
Public propertyDirection
Gets or sets direction vector of this ray.
Public propertyL
Gets or sets L prameter of this ray.
Public propertyM
Gets or sets M prameter of this ray.
Public propertyN
Gets or sets N prameter of this ray.
Public propertyOrigin
Gets or sets coordinate sitting on this ray.
Top
See Also