Nevron .NET Vision
Nevron.GraphicsCore Namespace / NVector3DD Structure
Fields Properties Methods


In This Topic
    NVector3DD Structure Members
    In This Topic

    The following tables list the members exposed by NVector3DD.

    Public Constructors
     NameDescription
    Public ConstructorInitializer constructor  
    Top
    Public Fields
     NameDescription
    Public Fieldx coordinate  
    Public Fieldy coordinate  
    Public Fieldz coordinate  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the vector length  
    Public PropertyGets the vector length square (length * length)  
    Top
    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
    Public Operators
    See Also