Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Vector2D Class
Properties Methods


In This Topic
    Vector2D Class Members
    In This Topic

    The following tables list the members exposed by Vector2D.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property Gets the angle between the X-axis and the 2D vector.  
    Public Propertystatic (Shared in Visual Basic) Returns the X axis vector.  
    Public Propertystatic (Shared in Visual Basic) Returns the Y axis vector.  
    Public PropertyTrue if the vector has length equal to one.  
    Public PropertyTrue if the vector has length equal to zero.  
    Public Property Gets or sets the 2D vector length.  
    Public Property Gets the 2D vector squared length.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic) Addition between two 2D points.  
    Public Methodstatic (Shared in Visual Basic)Computes the angle between two 2D vectors.  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Returns true if the angle between the two 2D vectors is zero.  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Returns true if the angle between the two 2D vectors is PI.  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Returns true if the angle between the two 2D vectors is PI/2.  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Returns true if the angle between the two 2D vectors is 0 or PI.  
    Public MethodOverridden.  Creates a deep copy of this 2D vector.  
    Public MethodOverridden.   
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Dot product between two 2D vectors.  
    Public MethodReverses the 2D vector direction.  
    Public Method Resizes the 2D vector to unit length.  
    Public Methodstatic (Shared in Visual Basic) Perpendicular dot product.  
    Public Method Inverts the 2D vector direction.  
    Public Methodstatic (Shared in Visual Basic)Computes the angle between two 2D vectors.  
    Public Methodstatic (Shared in Visual Basic) Subtraction between two 2D points.  
    Public Method Converts this 2D vector to a human readable string.  
    Public MethodOverridden.  Transforms the 2D vector by the specified transformation.  
    Public Method Sets all the vector components to zero.  
    Top
    Public Operators
    Addition between two vectors.
    Overloaded.  Multiplication between a scalar value and a 2D vector.
    Subtraction between two 2D vectors.
    Top
    See Also