Nevron .NET Vision
Nevron.GraphicsCore Namespace / NRay2DD Structure
Members


In This Topic
    NRay2DD Structure
    In This Topic
    Represents a ray in 2D space defined by an origin point and it's X and Y directions
    Object Model
    NRay2DD Structure
    Syntax
    'Declaration
     
    
    <System.SerializableAttribute()>
    Public Structure NRay2DD 
       Inherits System.ValueType
    'Usage
     
    
    Dim instance As NRay2DD
    [System.Serializable()]
    public struct NRay2DD : System.ValueType 
    Remarks
    A point on the ray satisfies the following equasions: x = origin.X + directionX * t y = origin.Y + directionY * t which is the parametric form of a line in 2D space
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Nevron.GraphicsCore.NRay2DD

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also