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


NVector2DD Structure Members

The following tables list the members exposed by NVector2DD.

Public Constructors
 NameDescription
Public ConstructorInitializer constructor  
Top
Public Fields
 NameDescription
Public Fieldx coordinate  
Public Fieldy coordinate  
Top
Public Properties
 NameDescription
Public PropertyGets the vector lenght  
Public PropertyGets the vector lenght square (length * length)  
Public PropertyGets the unit vector (with length == 1), which is perpendicular to this vector  
Public PropertyGets a vector, which is perpendicular to this vector  
Top
Public Methods
 NameDescription
Public MethodReturns true if the objects are equal.  
Public MethodReturns the hash code of this instance.  
Public MethodMakes this vector the unit vector (e.g. its length becomes 1)  
Public MethodRotates the vector with the specified angle arount the specified anchor  
Top
See Also