VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging Namespace / VintasoftPoint3D Structure
Constructors Properties Methods Fields Operators SeeAlso
In This Topic
    VintasoftPoint3D Structure Members
    In This Topic
    The following tables list the members exposed by VintasoftPoint3D.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the VintasoftPoint3D structure.
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)The empty point.
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether this instance is empty.
    Public PropertyGets or sets X coordinate of the point.
    Public PropertyGets or sets Y coordinate of the point.
    Public PropertyGets or sets Z coordinate of the point.
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Returns absolute value of a 3D point.
    Public Methodstatic (Shared in Visual Basic)Overloaded. Adds two points and returns the result as a structure.
    Public Methodstatic (Shared in Visual Basic)Divides 3D point coordinates on a double value.
    Public MethodOverloaded. Determines if 3D points are equal.
    Public MethodReturns hash code of a 3D point.
    Public Methodstatic (Shared in Visual Basic)Multiplies 3D point and a double value.
    Public Methodstatic (Shared in Visual Basic)Returns rounded 3D point.
    Public Methodstatic (Shared in Visual Basic)Subtracts one specified point from another.
    Public MethodOverloaded. Returns the string representation of this object.
    Public MethodTranslates point using the specified offset.
    Public Operators
     NameDescription
    Public OperatorSums 3D points.
    Public OperatorDivides 3D point coordinates on a double value.
    Public OperatorDetermines if 3D points are equal.
    Public OperatorCreates a VintasoftVector3D with the X, Y and Z values of this vector.
    Public OperatorDetermines if 3D points are not equal.
    Public OperatorMultiplies 3D point and a double value.
    Public OperatorSubtracts 3D points.
    Public OperatorUnary negation of a 3D point.
    See Also