Nevron .NET Vision
Nevron.GraphicsCore Namespace / NVector3DD Structure


In This Topic
    NVector3DD Structure Methods
    In This Topic

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

    Public Methods
     NameDescription
    Public MethodReturns true if smaller by absolute value  
    Public MethodMakes this vector the vector sum of v1 and v2  
    Public MethodMakes this vector the nozmalized normal of v1, v2 and v3  
    Public MethodMakes this vector the non nozmalized normal of v1, v2 and v3  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Computes the cross product of two 3-D vectors  
    Public MethodMakes this vector the cross product of vector A and vector B  
    Public MethodMakes this vector the scalar division of v1 with the specified fDiv factor  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Computes the dot product of two 3-D vectors  
    Public MethodOverloaded. Determines whether this vector is equal to the specified vector  
    Public MethodReturns the hash code of this instance.  
    Public MethodGets the vector length  
    Public MethodGets the vector length square  
    Public MethodInverts the vector  
    Public MethodMakes this vector the scalar multiplication of v1 with the specified fMul factor  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Computes the normalized version of a 3-D vector.  
    Public MethodSets the x, y and z coordinates of the vector  
    Public MethodStores the maximum values in this vector  
    Public MethodMakes this vector the vector sum of v1 and -v2  
    Public MethodOverriden to provide a string representation of the vector  
    Top
    See Also