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


NVector3DF Structure Members

The following tables list the members exposed by NVector3DF.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
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/sets the value of the specified vector component.  
Public PropertyGets the vector length  
Public PropertyGets the vector length square (length * length)  
Top
Public Methods
 NameDescription
Public MethodOverloaded. Adds v from this vector  
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 MethodOverloaded. Makes 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 MethodOverloaded.   
Public MethodSets the x and y coordinates of the vector  
Public MethodSets the x, y and z coordinates of the vector  
Public MethodOverloaded. Makes this vector the vector sum of v1 and -v2  
Public MethodOverriden to provide a string representation of the vector  
Public Methodstatic (Shared in Visual Basic)Determines the orientation of three points in the XY plane.  
Public Methodstatic (Shared in Visual Basic)Determines the orientation of three points in the XY plane.  
Top
Protected Methods
 NameDescription
Internal Method  
Internal Method  
Top
Public Operators
See Also