VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / VintasoftVector3D Structure
In This Topic
VintasoftVector3D Structure Properties
In This Topic
For a list of all properties of this type, see VintasoftVector3D.
Public Properties
 NameDescription
Public PropertyGets a value indicating whether this instance is empty.
Public PropertyGets the length of the vector.
Public PropertyGets the square of the length of this vector.
Public PropertyGets or sets X coordinate of the point.
Public Propertystatic (Shared in Visual Basic)Gets 3D vector which represents the unit vector of X axis.
Public PropertyGets or sets Y coordinate of the point.
Public Propertystatic (Shared in Visual Basic)Gets 3D vector which represents the unit vector of Y axis.
Public PropertyGets or sets Z coordinate of the point.
Public Propertystatic (Shared in Visual Basic)Gets 3D vector which represents the unit vector of Z axis.
See Also