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


In This Topic
    NRayF Structure
    In This Topic
    Represents a ray in 2D space defined by an origin point and it's X and Y directions
    Object Model
    NRayF Structure
    Syntax
    'Declaration
     
    
    <System.SerializableAttribute()>
    Public Structure NRayF 
       Inherits System.ValueType
    'Usage
     
    
    Dim instance As NRayF
    [System.Serializable()]
    public struct NRayF : 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.NRayF

    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