Nevron .NET Vision
Nevron.GraphicsCore Namespace / NVector2DF Structure


In This Topic
    NVector2DF Structure Methods
    In This Topic

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

    Public Methods
     NameDescription
    Public MethodPerforms a scalar division of a vector  
    Public MethodComputes the dot product of this vector with another vector  
    Public Method  
    Public MethodServes as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.  
    Public MethodInverses this vector (e.g. makes this vector with oposite direction)  
    Public MethodPerforms a scalar multiplication of this vector with the specified scalar and returns the resulting vector  
    Public MethodMakes this vector the unit vector (e.g. its length becomes 1)  
    Public MethodComputes the perpendicular dot product of this vector with another vector  
    Public Method  
    Public MethodConverts this vector to NPointF  
    Public MethodConverts this vector to PointF  
    Public MethodReturns a System.String that represents the current System.Object.  
    Top
    See Also