NevronOpenVision
Nevron.Nov.Graphics Namespace / NVector2DF Structure


In This Topic
    NVector2DF Structure Properties
    In This Topic

    For a list of all members of this type, see NVector2DF members.

    Public Properties
     NameDescription
    Public PropertyDetermines whether this is the empty (zero) vector (e.g. x == 0 and y == 0)  
    Public PropertyDetermines whether the vector is the unit vector (e.g. Length == 1)  
    Public PropertyGets the vector lenght  
    Public PropertyGets the vector lenght square (length * length)  
    Public PropertyGets the unit vector (with length == 1), which is perpendicular to this vector  
    Public PropertyGets a vector, which is perpendicular to this vector  
    Top
    See Also