NevronOpenVision
Nevron.Nov.Graphics Namespace / NVector3DD Structure
Fields Properties Methods


NVector3DD Structure Members

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  
Public Fieldstatic (Shared in Visual Basic)The zero vector (0, 0, 0).  
Top
Public Properties
 NameDescription
Public PropertyGets the vector length  
Public PropertyGets the vector length square (length * length)  
Top
Public Methods
 NameDescription
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 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