In This Topic
The following tables list the members exposed by NRay.
Public Constructors
Public Fields
Public Properties
| Name | Description |
 | Gradient | Gets or sets the ray gradient (direction) vector |
 | IsNormalized | Determines whether the ray is normalized (e.g. its gradient vector is normalized |
 | Origin | Gets or sets the ray origin. |
Top
Public Methods
| Name | Description |
 | Equals | Overloaded. Checks whether this ray is equal to the other ray |
  | FromTwoPoints | Gets a normalized ray from two points |
 | PointFromTime | Gets the point on the ray, which corresponds to the specified time |
 | TimeFromPoint | Get the time of the point projection on the line |
 | ToNLine | Creates a line that lays on this ray |
 | ToNLineSegment | Converts this ray to a line segment |
Top
See Also