NevronOpenVision
Nevron.Nov.Graphics Namespace / NPoint Structure


NPoint Structure Properties

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

Public Properties
 NameDescription
Public PropertyDetermines whether the vector is the unit vector (e.g. Length == 1)  
Public PropertyChecks whether this point is valid, i.e. whether X and Y are both different from Double.NaN.  
Public PropertyChecks whether this is the zero point (i.e. x and y are 0).  
Public PropertyGets the vector length  
Public PropertyGets the vector length 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
See Also