Name | Description | |
---|---|---|
![]() | NRay Constructor | Initializer constructor |
The following tables list the members exposed by NRay.
Name | Description | |
---|---|---|
![]() | NRay Constructor | Initializer constructor |
Name | Description | |
---|---|---|
![]() | GradientX | The X gradient of the ray |
![]() | GradientY | The Y gradient of the ray |
![]() | OriginX | The origin point X location. |
![]() | OriginY | The origin point Y location. |
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. |
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 |