NevronOpenVision
Nevron.Nov.Graphics Namespace / NRay Structure
Fields Properties Methods


NRay Structure Members

The following tables list the members exposed by NRay.

Public Constructors
 NameDescription
Public ConstructorInitializer constructor  
Top
Public Fields
 NameDescription
Public FieldThe X gradient of the ray  
Public FieldThe Y gradient of the ray  
Public FieldThe origin point X location.  
Public FieldThe origin point Y location.  
Top
Public Properties
 NameDescription
Public PropertyGets or sets the ray gradient (direction) vector  
Public PropertyDetermines whether the ray is normalized (e.g. its gradient vector is normalized  
Public PropertyGets or sets the ray origin.  
Top
Public Methods
 NameDescription
Public MethodOverloaded. Checks whether this ray is equal to the other ray  
Public Methodstatic (Shared in Visual Basic)Gets a normalized ray from two points  
Public MethodGets the point on the ray, which corresponds to the specified time  
Public MethodGet the time of the point projection on the line  
Public MethodCreates a line that lays on this ray  
Public MethodConverts this ray to a line segment  
Top
See Also