DicomObjects.NET10 Documentation
DicomObjects 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 Propertystatic (Shared in Visual Basic) Empty vector  
    Public Property Gets the length of the Vector  
    Public Property Gets the square of the length of the Vector  
    Public PropertyGets or sets the x-coordinate of this SkiaSharp.SKPoint3.  
    Public PropertyGets or sets the y-coordinate of this SkiaSharp.SKPoint3.  
    Public PropertyGets or sets the z-coordinate of this SkiaSharp.SKPoint3.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic) Calculates the Cross product of two Vectors  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Calculates the Dot product of two Vectors  
    Public Method Equality check by comparing fields  
    Public Method Hash comparison  
    Public Method Normalizes the vector  
    Top
    Public Operators
    Add vector
    Multiply vector
    Overloaded.  Multiply vector
    Overloaded.  Subtract vector
    Top
    See Also