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


In This Topic
    Vector3D Class Members
    In This Topic

    The following tables list the members exposed by Vector3D.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the angle between the vector and the XY plane.  
    Public Property Gets the angle between the X-axis and the vector projection on the XY plane.  
    Public Propertystatic (Shared in Visual Basic) Returns the X axis vector.  
    Public Propertystatic (Shared in Visual Basic) Returns the Y axis vector.  
    Public Propertystatic (Shared in Visual Basic) Returns the Z 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 3D vector length.  
    Public Property Gets or sets the vector length.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic) Addition between two 3D points.  
    Public Methodstatic (Shared in Visual Basic)Computes the angle between two vectors.  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Returns true if the angle between the two 3D vectors is zero.  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Returns true if the angle between the two 3D vectors is PI.  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Returns true if the angle between the two 3D vectors is PI/2.  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Returns true if the angle between the two 3D vectors is 0 or PI.  
    Public MethodOverridden.  Creates a deep copy of this 3D vector.  
    Public MethodOverridden.   
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Cross product between two 3D vectors.  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Dot product between two 3D vectors.  
    Public MethodOverridden.   
    Public MethodReverses the 3D vector direction.  
    Public Method Resizes the 3D vector to unit length.  
    Public Method Sets this vector to be perpendicular to another vector. The result is not normalized.  
    Public Methodstatic (Shared in Visual Basic)  
    Public Methodstatic (Shared in Visual Basic) Subtraction between two 3D points.  
    Public MethodConverts this 3D vector to a human readable string.  
    Public MethodOverridden.  Transforms the 3D vector by the specified transformation.  
    Public MethodOverridden.   
    Public MethodOverridden.   
    Public Method Sets all the vector components to zero.  
    Top
    Public Operators
    Addition between two 3D vectors.
    Division between a 3D vector and a scalar s.
    Overloaded.  Multiplication between a scalar value and a 3D vector.
    Subtraction between two vectors.
    Top
    See Also