Enum RayIntersectionResult
The possible types of ray intersection result.
Namespace: Elements.Geometry
Assembly: Hypar.Elements.dll
Syntax
public enum RayIntersectionResult
Fields
| Name | Description |
|---|---|
| Coincident | The rays are coincident. |
| Intersect | The rays intersect. |
| None | The rays do not intersect. |
| Parallel | The rays are parallel. |