NevronOpenVision
Nevron.Nov.Graphics Namespace / NRay Structure
Members
In This Topic
    NRay Structure
    In This Topic
    Represents a ray in 2D space defined by an origin point and it's X and Y gradients.
    Object Model
    NRay Structure
    Syntax
    public struct NRay : System.ValueType, INParametricCurve  
    Remarks
    A point on the ray satisfies the following equasions: x = origin.X + gradientX * t y = origin.Y + gradientY * t which is the parametric form of a line in 2D space
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Nevron.Nov.Graphics.NRay

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also